mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-16 08:32:34 +00:00
[CI] terraform-devex-repos automation
This commit is contained in:
parent
79dc7f98ba
commit
69dd27efac
1 changed files with 2 additions and 2 deletions
4
.github/workflows/add-content-to-project.yml
vendored
4
.github/workflows/add-content-to-project.yml
vendored
|
|
@ -10,7 +10,7 @@ on:
|
|||
# Calling it multiple times will be idempotent.
|
||||
#
|
||||
# See https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
|
||||
# to see the reasoning behind using `pull_request_target` instead of `pull_request`
|
||||
# to see the reasoning behind using `pull_request_target` instead of `pull_request`
|
||||
types: [opened, reopened, ready_for_review]
|
||||
|
||||
jobs:
|
||||
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
custom_field_values: '[{\"name\":\"Priority\",\"type\":\"single_select\",\"value\":\"Triage Next\"}]'
|
||||
- name: "Set Pull Request to 'Priority = Triage Next'"
|
||||
uses: leonsteinhaeuser/project-beta-automations@939000fb1900c9fc4f7b5058a09d9f833ebc6859 # v2.2.1
|
||||
if: github.event_name == 'pull_request'
|
||||
if: github.event_name == 'pull_request_target'
|
||||
with:
|
||||
gh_token: ${{ secrets.TF_DEVEX_PROJECT_GITHUB_TOKEN }}
|
||||
organization: "hashicorp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue