Skip to content

actions: automatically add all opened issues and PRs to project board#18

Merged
berendt merged 1 commit into
mainfrom
jk-add-to-project
May 4, 2026
Merged

actions: automatically add all opened issues and PRs to project board#18
berendt merged 1 commit into
mainfrom
jk-add-to-project

Conversation

@jklare

@jklare jklare commented May 4, 2026

Copy link
Copy Markdown
Contributor
  • this action should run whenever issues or PRs are opened and should add them to either the "Bot Board" if they are created by bots (based on their label, e.g. renovate) or to the "Human Board"
  • upstream action: https://github.com/actions/add-to-project
  • the latest release of the action is currently v1.0.2 from mid 2024 so we can't really use this here to pin the version, but instead reference by commit (currently latest from main)
  • make the workflow reusable, so we can call it from other PRs and Issues (to reduce code duplication)

* this action should run whenever issues or PRs are opened and should
  add them to either the "Bot Board" if they are created by bots (based
  on their label, e.g. renovate) or to the "Human Board"
* upstream action: https://github.com/actions/add-to-project
* the latest release of the action is currently v1.0.2 from mid 2024 so
  we can't really use this here to pin the version, but instead
  reference by commit (currently latest from main)
* make the workflow reusable, so we can call it from other PRs and
  Issues (to reduce code duplication)

Signed-off-by: Jan Klare <klare@osism.tech>
@jklare jklare requested a review from berendt May 4, 2026 16:56
@github-project-automation github-project-automation Bot moved this to Backlog in Human Board May 4, 2026
@jklare jklare moved this from Backlog to Ready in Human Board May 4, 2026
@berendt berendt merged commit 09f5e08 into main May 4, 2026
2 checks passed
@berendt berendt deleted the jk-add-to-project branch May 4, 2026 16:58
@github-project-automation github-project-automation Bot moved this from Ready to Done in Human Board May 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants