File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- name : " Set Issue to 'Priority = Triage Next'"
22
- uses : leonsteinhaeuser/project-beta-automations@7f947733020ee03daa363d16ea1223717b132f11 # v2.0.1
22
+ uses : leonsteinhaeuser/project-beta-automations@d1c1261558118c0876fdb2b57a649303925e5a70 # v2.1.0
23
23
if : github.event_name == 'issues'
24
24
with :
25
25
gh_token : ${{ secrets.TF_DEVEX_PROJECT_GITHUB_TOKEN }}
29
29
operation_mode : custom_field
30
30
custom_field_values : ' [{\"name\":\"Priority\",\"type\":\"single_select\",\"value\":\"Triage Next\"}]'
31
31
- name : " Set Pull Request to 'Priority = Triage Next'"
32
- uses : leonsteinhaeuser/project-beta-automations@7f947733020ee03daa363d16ea1223717b132f11 # v2.0.1
32
+ uses : leonsteinhaeuser/project-beta-automations@d1c1261558118c0876fdb2b57a649303925e5a70 # v2.1.0
33
33
if : github.event_name == 'pull_request_target'
34
34
with :
35
35
gh_token : ${{ secrets.TF_DEVEX_PROJECT_GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments