File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
- name : Check if PR is in project
18
18
continue-on-error : true
19
19
id : check_project
20
- uses : github/update-project-action@main
20
+ uses : github/update-project-action@f980378bc179626af5b4e20ec05ec39c7f7a6f6d
21
21
with :
22
22
github_token : ${{ secrets.GH_PROJECT_AUTOMATION }}
23
23
organization : getsentry
45
45
runs-on : ubuntu-latest
46
46
steps :
47
47
- name : Update status to in_progress
48
- uses : github/update-project-action@main
48
+ uses : github/update-project-action@f980378bc179626af5b4e20ec05ec39c7f7a6f6d
49
49
with :
50
50
github_token : ${{ secrets.GH_PROJECT_AUTOMATION }}
51
51
organization : getsentry
66
66
steps :
67
67
- name : Update status to in_review
68
68
id : update_status
69
- uses : github/update-project-action@main
69
+ uses : github/update-project-action@f980378bc179626af5b4e20ec05ec39c7f7a6f6d
70
70
with :
71
71
github_token : ${{ secrets.GH_PROJECT_AUTOMATION }}
72
72
organization : getsentry
87
87
steps :
88
88
- name : Update status to done
89
89
id : update_status
90
- uses : github/update-project-action@main
90
+ uses : github/update-project-action@f980378bc179626af5b4e20ec05ec39c7f7a6f6d
91
91
with :
92
92
github_token : ${{ secrets.GH_PROJECT_AUTOMATION }}
93
93
organization : getsentry
You can’t perform that action at this time.
0 commit comments