Skip to content

Commit 209114d

Browse files
authored
Merge pull request #315 from hashicorp/dependabot/github_actions/leonsteinhaeuser/project-beta-automations-2.0.0
Bump leonsteinhaeuser/project-beta-automations from 1.3.0 to 2.0.0
2 parents 4bf5d8e + 133790e commit 209114d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: "Set Issue to 'Priority = Triage Next'"
22-
uses: leonsteinhaeuser/project-beta-automations@v1.3.0
22+
uses: leonsteinhaeuser/project-beta-automations@v2.0.0
2323
if: github.event_name == 'issues'
2424
with:
2525
gh_token: ${{ secrets.TF_DEVEX_PROJECT_GITHUB_TOKEN }}
@@ -29,7 +29,7 @@ jobs:
2929
operation_mode: custom_field
3030
custom_field_values: '[{\"name\":\"Priority\",\"type\":\"single_select\",\"value\":\"Triage Next\"}]'
3131
- name: "Set Pull Request to 'Priority = Triage Next'"
32-
uses: leonsteinhaeuser/project-beta-automations@v1.3.0
32+
uses: leonsteinhaeuser/project-beta-automations@v2.0.0
3333
if: github.event_name == 'pull_request_target'
3434
with:
3535
gh_token: ${{ secrets.TF_DEVEX_PROJECT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)