aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack <66967891+ASpoonPlaysGames@users.noreply.github.com>2023-10-28 23:02:19 +0100
committerGitHub <noreply@github.com>2023-10-29 00:02:19 +0200
commit332e5e252513fab4bd36bf67cd8e893641096546 (patch)
treead5bba6054d85a7d4ed044f5c5c0a9a6b8d12ada
parentaa3f568a3567b2f540a7ae133e4cf8ee476cd3ac (diff)
downloadNorthstarWiki-332e5e252513fab4bd36bf67cd8e893641096546.tar.gz
NorthstarWiki-332e5e252513fab4bd36bf67cd8e893641096546.zip
Make add-to-project work on PRs (#252)
Adds PRs to the project board upon PR creation.
-rw-r--r--.github/workflows/add-to-project.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml
index da04da2..aac7242 100644
--- a/.github/workflows/add-to-project.yml
+++ b/.github/workflows/add-to-project.yml
@@ -4,6 +4,9 @@ on:
issues:
types:
- opened
+ pull_request_target:
+ types:
+ - opened
jobs:
add-to-project: