We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 462524c + 4ff58b4 commit 705ef7eCopy full SHA for 705ef7e
.github/workflows/start-new-engineering-pr-workflow.yml
@@ -1,7 +1,7 @@
1
name: Start new engineering PR workflow
2
3
on:
4
- pull_request:
+ pull_request_target:
5
types: [opened, reopened]
6
7
jobs:
@@ -12,8 +12,7 @@ jobs:
12
DRAFT_COLUMN_ID: 10095775
13
REGULAR_COLUMN_ID: 10095779
14
steps:
15
- - name:
16
- uses: actions/github-script@44b873bc975058192f5279ebe7579496381f575d
+ - uses: actions/github-script@44b873bc975058192f5279ebe7579496381f575d
17
continue-on-error: true
18
with:
19
github-token: ${{ secrets.DOCUBOT_FR_PROJECT_BOARD_WORKFLOWS_REPO_ORG_READ_SCOPES }}
0 commit comments