Skip to content

Commit bee9037

Browse files
committed
Reemove open status check
1 parent 8b749ee commit bee9037

File tree

1 file changed

+0
-5
lines changed
  • .github/actions/https-everywhere-labeller

1 file changed

+0
-5
lines changed

.github/actions/https-everywhere-labeller/index.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@ async function run(alexa) {
7676
const pR = context.payload.pull_request;
7777

7878
try {
79-
if (context.payload.action !== 'opened' || !pR) {
80-
console.log('pull request not open');
81-
return
82-
}
83-
8479
const prNumber = pR.number
8580

8681
pR.labels.forEach(element => {

0 commit comments

Comments
 (0)