Skip to content

Commit

Permalink
codeql/labeler github action for handling draft pr
Browse files Browse the repository at this point in the history
  • Loading branch information
krrrr38 committed Jan 27, 2023
1 parent abf668f commit a101303
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ on:
- '.github/**'
pull_request:
# The branches below must be a subset of the branches above
types:
- opened
- reopened
- synchronize
- ready_for_review
branches: [ "main" ]
paths-ignore:
- '.github/**'
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: "Pull Request Labeler"

on:
pull_request_target:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review

jobs:
triage:
Expand Down

0 comments on commit a101303

Please sign in to comment.