diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2023-10-15 02:05:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-15 02:05:58 +0200 |
commit | db5ef8d6b000e66304e323fda02c1b72246ff2ca (patch) | |
tree | b536a0284f92fc049657e5847eaed0f226665b0c /.github/workflows/add-to-project.yml | |
parent | 2dd19ab51f7b95f7a5cf1ac8b9e6635a918f6b3c (diff) | |
download | NorthstarLauncher-db5ef8d6b000e66304e323fda02c1b72246ff2ca.tar.gz NorthstarLauncher-db5ef8d6b000e66304e323fda02c1b72246ff2ca.zip |
Only run `add-to-project` action on issues (#577)
Only run on issues
PRs from forks are triggered from that fork which means that they don't have access to the necessary token
Diffstat (limited to '.github/workflows/add-to-project.yml')
-rw-r--r-- | .github/workflows/add-to-project.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index f0414d7c..a51b8cec 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -4,9 +4,6 @@ on: issues: types: - opened - pull_request: - types: - - opened jobs: add-to-project: |