Bump leonsteinhaeuser/project-beta-automations from 2.0.0 to 2.0.1 (#90)

Bumps [leonsteinhaeuser/project-beta-automations](https://github.com/leonsteinhaeuser/project-beta-automations) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/leonsteinhaeuser/project-beta-automations/releases)
- [Commits](https://github.com/leonsteinhaeuser/project-beta-automations/compare/v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: leonsteinhaeuser/project-beta-automations
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-09-26 08:04:06 -04:00 committed by GitHub
parent e4a798ce94
commit 0c93ae480c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: "Set Issue to 'Priority = Triage Next'" - 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' if: github.event_name == 'issues'
with: with:
gh_token: ${{ secrets.TF_DEVEX_PROJECT_GITHUB_TOKEN }} gh_token: ${{ secrets.TF_DEVEX_PROJECT_GITHUB_TOKEN }}
@ -29,7 +29,7 @@ jobs:
operation_mode: custom_field operation_mode: custom_field
custom_field_values: '[{\"name\":\"Priority\",\"type\":\"single_select\",\"value\":\"Triage Next\"}]' custom_field_values: '[{\"name\":\"Priority\",\"type\":\"single_select\",\"value\":\"Triage Next\"}]'
- name: "Set Pull Request to 'Priority = 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_target' if: github.event_name == 'pull_request_target'
with: with:
gh_token: ${{ secrets.TF_DEVEX_PROJECT_GITHUB_TOKEN }} gh_token: ${{ secrets.TF_DEVEX_PROJECT_GITHUB_TOKEN }}