mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
feat: improve labelIssue
This commit is contained in:
4
.github/workflows/label-issue.yml
vendored
4
.github/workflows/label-issue.yml
vendored
@@ -2,10 +2,10 @@ name: Add Labels
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
types: [ opened, edited, synchronize ]
|
types: [ opened ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
add_supporters:
|
add_labels:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ startsWith(github.event.pull_request.title, 'Answer') }}
|
if: ${{ startsWith(github.event.pull_request.title, 'Answer') }}
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user