Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/start-new-engineering-pr-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Start new engineering PR workflow

on:
pull_request:
pull_request_target:
types: [opened, reopened]

jobs:
Expand All @@ -12,8 +12,7 @@ jobs:
DRAFT_COLUMN_ID: 10095775
REGULAR_COLUMN_ID: 10095779
steps:
- name:
uses: actions/github-script@44b873bc975058192f5279ebe7579496381f575d
- uses: actions/github-script@44b873bc975058192f5279ebe7579496381f575d
continue-on-error: true
with:
github-token: ${{ secrets.DOCUBOT_FR_PROJECT_BOARD_WORKFLOWS_REPO_ORG_READ_SCOPES }}
Expand Down