aboutsummaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2024-02-10Bump actions/checkout to v4 (#284)GeckoEidechse
v3 uses Node 16 which is slated for deprecation by GitHub Actions
2023-12-20Add Action to add label to PR on merge conflict (#265)GeckoEidechse
Adds a GitHub Action that auto-adds a label to a PR in case there are merge conflicts.
2023-12-19Add helping section (#196)Cyn
Adds section aimed at helpers, explaining how to help others in order to trouble shoot Northstar issues.
2023-12-19Add Arch Wiki to link ignore list (#262)GeckoEidechse
They seem to have uptime issues right now, causing our CI to fail.
2023-11-15Remove mention of next-release branch (#255)GeckoEidechse
Remove mention of next-release branch from pull request template `next-release` only existed while there were lots of changes still happening to wiki as everything was new. Now that the dust has settled, the preferred approach is to just hold of merging the change until the release has been made. Given our faster release cycle and fewer wiki changes this usually doesn't incur any issues with merge conflicts caused by other changes to wiki being merged.
2023-10-29Make add-to-project work on PRs (#252)Jack
Adds PRs to the project board upon PR creation.
2023-10-25Add Manjaro forum link to ignore list for linkcheck (#250)GeckoEidechse
fix: Add Manjaro forum link to ignore list Manjaro forums are down and I don't want our CI to fail because of that
2023-10-19Run linkcheck on push and pull request (#239)GeckoEidechse
Checks whether any links in markdown files in a push or pull request are broken.
2023-10-16Add workflow for adding Issues to the project board (#242)Jack
Automatically adds all opened issues to the project board.
2022-02-02Add pull request templateGeckoEidechse