mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 04:43:03 -05:00
fix: update labels
This commit is contained in:
6
.github/workflows/label-issue-update.yml
vendored
6
.github/workflows/label-issue-update.yml
vendored
@@ -5,9 +5,11 @@ on:
|
||||
types: [ edited ]
|
||||
|
||||
jobs:
|
||||
add_labels:
|
||||
update_labels:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.label.name == 'sponsor' || github.event.label.name == 'contributor' }}
|
||||
if: |
|
||||
contains(github.event.issue.labels.*.name, 'sponsor') ||
|
||||
contains(github.event.issue.labels.*.name, 'contributor')
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user