mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
fix: github action
This commit is contained in:
4
.github/workflows/label-issue-update.yml
vendored
4
.github/workflows/label-issue-update.yml
vendored
@@ -8,8 +8,8 @@ jobs:
|
|||||||
update_labels:
|
update_labels:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: |
|
if: |
|
||||||
contains(github.event.issue.labels.*.name, 'sponsor') ||
|
contains(github.event.pull_request.labels.*.name, 'sponsor') ||
|
||||||
contains(github.event.issue.labels.*.name, 'contributor')
|
contains(github.event.pull_request.labels.*.name, 'contributor')
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user