We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b749ee commit bee9037Copy full SHA for bee9037
.github/actions/https-everywhere-labeller/index.js
@@ -76,11 +76,6 @@ async function run(alexa) {
76
const pR = context.payload.pull_request;
77
78
try {
79
- if (context.payload.action !== 'opened' || !pR) {
80
- console.log('pull request not open');
81
- return
82
- }
83
-
84
const prNumber = pR.number
85
86
pR.labels.forEach(element => {
0 commit comments