aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/add-to-project.yml
AgeCommit message (Collapse)Author
2023-10-21Make add to project workflow work on PRs (#753)Jack
Fix the add to project workflow so that it works on PRs from forks, securely by running it in the context of the target.
2023-10-15Only run `add-to-project` action on issuesGeckoEidechse
PRs from forks are triggered from that fork which means that they don't have access to the necessary token
2023-10-14Add workflow for adding PRs and Issues to the project board (#696)Jack
Automatically adds all opened issues and pull requests to the project board.