mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
feat: test
This commit is contained in:
17
.github/workflows/label-issue.yml
vendored
Normal file
17
.github/workflows/label-issue.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
name: Label supporter
|
||||
|
||||
on:
|
||||
issues:
|
||||
types: [opened, edited]
|
||||
|
||||
jobs:
|
||||
add_label_tier_1:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions-ecosystem/action-add-labels@v1.1.0
|
||||
if:
|
||||
${{ contains( fromJson('[ "tomalaforge" ]'), github.actor ) }}
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
labels: supporter
|
||||
Reference in New Issue
Block a user