We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01a1aae commit 7d96f8fCopy full SHA for 7d96f8f
1 file changed
.github/workflows/add-content-to-project.yml
@@ -30,7 +30,7 @@ jobs:
30
custom_field_values: '[{\"name\":\"Priority\",\"type\":\"single_select\",\"value\":\"Triage Next\"}]'
31
- name: "Set Pull Request to 'Priority = Triage Next'"
32
uses: leonsteinhaeuser/project-beta-automations@v1.2.1
33
- if: github.event_name == 'pull_request'
+ if: github.event_name == 'pull_request_target'
34
with:
35
gh_token: ${{ secrets.TF_DEVEX_PROJECT_GITHUB_TOKEN }}
36
organization: "hashicorp"
0 commit comments