There was an error while loading. Please reload this page.
1 parent 9a869ad commit 6417746Copy full SHA for 6417746
.github/workflows/label-issue-update.yml
@@ -5,9 +5,11 @@ on:
5
types: [ edited ]
6
7
jobs:
8
- add_labels:
+ update_labels:
9
runs-on: ubuntu-latest
10
- if: ${{ github.event.label.name == 'sponsor' || github.event.label.name == 'contributor' }}
+ if: |
11
+ contains(github.event.issue.labels.*.name, 'sponsor') ||
12
+ contains(github.event.issue.labels.*.name, 'contributor')
13
steps:
14
- name: checkout
15
uses: actions/checkout@v2
0 commit comments