Skip to content

Commit 9da02ad

Browse files
author
Workflow Sync Bot
committed
Utility File Sync [Runner ID: 47]
1 parent 27b0160 commit 9da02ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/project-automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
pr-to-board:
8080
name: Move Pull Request to the Project Board
8181
runs-on: ubuntu-latest
82-
if: ( 'pull_request' == github.event_name && ( 'opened' == github.event.action || 'reopened' == github.event.action || 'review_requested' == github.event.action ) )
82+
if: ( 'pull_request_target' == github.event_name && ( 'opened' == github.event.action || 'reopened' == github.event.action || 'review_requested' == github.event.action ) )
8383
steps:
8484
- name: Mark PR as Awaiting Review
8585
uses: leonsteinhaeuser/[email protected]

0 commit comments

Comments
 (0)