Skip to content

Commit cd2ee80

Browse files
committed
Chore: trigger add-to-project on reopened issues and PRs
[skip ci]
1 parent 56708b1 commit cd2ee80

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/new.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# Calls the org-level reusable workflow to add PRs to the TODO Board
2-
3-
name: Add PR to Project
4-
1+
name: Add to project
52
on:
3+
issues:
4+
types:
5+
- opened
6+
- reopened
67
pull_request:
78
types:
89
- opened
910
- reopened
10-
1111
jobs:
1212
add-to-project:
1313
uses: adapt-security/.github/.github/workflows/new.yml@main

0 commit comments

Comments
 (0)