diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-10-15 02:18:18 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-10-15 02:18:18 +0200 |
commit | 8dfc1b9a0749c35c9f53745400718188cf6fe6f6 (patch) | |
tree | 7ab5954534766fcf9374331d0a1de0841b243c3f | |
parent | a7d40aac072c6725548c2ba6d6a9ab649191594f (diff) | |
download | NorthstarMods-8dfc1b9a0749c35c9f53745400718188cf6fe6f6.tar.gz NorthstarMods-8dfc1b9a0749c35c9f53745400718188cf6fe6f6.zip |
Only run `add-to-project` action on issues
PRs from forks are triggered from that fork which means that they don't
have access to the necessary token
-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 3a1d1c9a..556672e9 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: |