mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53: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 ]
|
types: [ edited ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
add_labels:
|
update_labels:
|
||||||
runs-on: ubuntu-latest
|
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:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user