There was an error while loading. Please reload this page.
1 parent 82e8feb commit a440280Copy full SHA for a440280
.github/workflows/label-issue-update.yml
@@ -8,8 +8,8 @@ jobs:
8
update_labels:
9
runs-on: ubuntu-latest
10
if: |
11
- contains(github.event.issue.labels.*.name, 'sponsor') ||
12
- contains(github.event.issue.labels.*.name, 'contributor')
+ contains(github.event.pull_request.labels.*.name, 'sponsor') ||
+ contains(github.event.pull_request.labels.*.name, 'contributor')
13
steps:
14
- name: checkout
15
uses: actions/checkout@v2
0 commit comments