Skip to content

Commit a440280

Browse files
committed
fix: github action
1 parent 82e8feb commit a440280

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/label-issue-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
update_labels:
99
runs-on: ubuntu-latest
1010
if: |
11-
contains(github.event.issue.labels.*.name, 'sponsor') ||
12-
contains(github.event.issue.labels.*.name, 'contributor')
11+
contains(github.event.pull_request.labels.*.name, 'sponsor') ||
12+
contains(github.event.pull_request.labels.*.name, 'contributor')
1313
steps:
1414
- name: checkout
1515
uses: actions/checkout@v2

0 commit comments

Comments
 (0)