Skip to content

Commit

Permalink
Merge pull request #250 from hashicorp/dependabot/github_actions/leon…
Browse files Browse the repository at this point in the history
…steinhaeuser/project-beta-automations-2.0.1

Bump leonsteinhaeuser/project-beta-automations from 2.0.0 to 2.0.1
  • Loading branch information
bendbennett committed Oct 4, 2022
2 parents cf8fe30 + c016a46 commit a549f5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/add-content-to-project.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Set Issue to 'Priority = Triage Next'"
uses: leonsteinhaeuser/project-beta-automations@v2.0.0
uses: leonsteinhaeuser/project-beta-automations@v2.0.1
if: github.event_name == 'issues'
with:
gh_token: ${{ secrets.TF_DEVEX_PROJECT_GITHUB_TOKEN }}
Expand All @@ -29,7 +29,7 @@ jobs:
operation_mode: custom_field
custom_field_values: '[{\"name\":\"Priority\",\"type\":\"single_select\",\"value\":\"Triage Next\"}]'
- name: "Set Pull Request to 'Priority = Triage Next'"
uses: leonsteinhaeuser/project-beta-automations@v2.0.0
uses: leonsteinhaeuser/project-beta-automations@v2.0.1
if: github.event_name == 'pull_request'
with:
gh_token: ${{ secrets.TF_DEVEX_PROJECT_GITHUB_TOKEN }}
Expand Down

0 comments on commit a549f5e

Please sign in to comment.