mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 21:03:03 -05:00
feat: add actions for update PR
This commit is contained in:
18
.github/workflows/label-issue-update.yml
vendored
Normal file
18
.github/workflows/label-issue-update.yml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
name: updates Labels
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [ edited ]
|
||||
|
||||
jobs:
|
||||
add_labels:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.label.name == 'sponsor' || github.event.label.name == 'contributor' }}
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Add labels
|
||||
uses: actions-ecosystem/action-add-labels@v1
|
||||
with:
|
||||
labels: to be reviewed/update
|
||||
Reference in New Issue
Block a user