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