mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 21:03: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:
|
||||
pull_request_target:
|
||||
types: [ opened, edited, synchronize ]
|
||||
types: [ opened ]
|
||||
|
||||
jobs:
|
||||
add_supporters:
|
||||
add_labels:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ startsWith(github.event.pull_request.title, 'Answer') }}
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user