We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a77c3dd commit 8adc97eCopy full SHA for 8adc97e
1 file changed
.github/workflows/add-to-org-project.yml
@@ -2,15 +2,15 @@ name: Add to organisation project
2
3
on:
4
issues:
5
- types: [opened]
+ types: [opened, reopened]
6
pull_request:
7
8
9
jobs:
10
add-to-project:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/add-to-project@v1
+ - uses: actions/add-to-project@v1.0.2
14
with:
15
project-url: https://github.com/orgs/THD-Spatial-AI/projects/7
16
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
0 commit comments