Skip to content

Commit 8adc97e

Browse files
authored
Update workflow to handle reopened issues and PRs
1 parent a77c3dd commit 8adc97e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/add-to-org-project.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: Add to organisation project
22

33
on:
44
issues:
5-
types: [opened]
5+
types: [opened, reopened]
66
pull_request:
7-
types: [opened]
7+
types: [opened, reopened]
88

99
jobs:
1010
add-to-project:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/add-to-project@v1
13+
- uses: actions/add-to-project@v1.0.2
1414
with:
1515
project-url: https://github.com/orgs/THD-Spatial-AI/projects/7
1616
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 commit comments

Comments
 (0)