aboutsummaryrefslogtreecommitdiff
path: root/.github (follow)
Commit message (Collapse)AuthorAgeFilesLines
* .github/workflows: open issue when cycle is detectedPiotr Wójcik2021-06-301-2/+13
|
* .github/workflows: prepare container for xbps-cyclesPiotr Wójcik2021-06-301-1/+18
|
* .github/workflows: run xbps-cycles daily.Érico Nogueira2021-06-301-1/+6
| | | | | | Should help in catching cyclic dependencies early. Rename lockthreads.yml to include all scheduled CI tasks.
* CI: make lint-commits part of xlint.shĐoàn Trần Công Danh2021-05-311-2/+0
| | | | | | | | * CI will stop whenever a step is failing. * We always want to enforce commit message lint * `xlint` is reporting some false positive for license with " WITH " Let's make the lint-commits part of xlint.sh
* workflows: fetch xbps for lint stepPiotr Wójcik2021-05-271-0/+1
|
* common: add basic commit lintĐoàn Trần Công Danh2021-05-211-0/+2
| | | | | | | | | Warn if: * subject is longer than 50 characters Error if: * any lines are longer than 80 characters except it's footnotes * second line is not blank
* .github/workflows: only lock PRs, not issues.Érico Nogueira2021-03-261-0/+1
|
* .github/workflows: add CI run to lock closed threads.Érico Rolim2021-03-241-0/+14
| | | | | | | | | Closed PRs will be locked after 90 days of inactivity, to avoid comments on old inactive threads and encourage people to create new ones, which will receive the proper attention. Inspired by hook from fish-shell: https://github.com/fish-shell/fish-shell/blob/a36dbad3b82c36352c6cf9d4bbdc58c7bd46e18a/.github/workflows/lockthreads.yml
* .github/workflows: Pull masterdirs from ghcrMichael Aldridge2021-03-151-1/+1
|
* .github: add notice to delete the [ci skip] blockPiraty2021-01-181-5/+3
| | | | if the commented block is left in the PR text, CI won't run
* .github: add pull request templatePiraty2021-01-181-0/+28
|
* .github/workflows: shorten step list.Érico Rolim2021-01-031-6/+7
| | | | This makes CI results more concise.
* .github/workflows: add script to check that packages can still beÉrico Rolim2020-12-231-0/+8
| | | | | | installed. This will allow us to confirm the repository's staging state in CI.
* .github/workflows: Remove old notificationsMichael Aldridge2020-12-213-91/+0
|
* .github/workflows: run tests on CI for native builds.Érico Rolim2020-12-141-10/+14
| | | | | | Also: - fix "list contents" step by adding a fetch-xtools step. - remove git from masterdir to not interfere with builds (thanks @sgn)
* GitHub Action: install xtools for "show files" stepĐoàn Trần Công Danh2020-12-141-1/+1
|
* Update source for GitHub ActionsTim Sandquist2020-12-073-3/+3
|
* .github/workflows/build: don't skip CI when PR is a draft.Érico Rolim2020-11-231-1/+1
| | | | | | | When a PR is marked as ready for review (no longer a draft), CI isn't re-run automatically, so no tests are run until the PR is updated. Even trying to manually re-run the jobs doesn't fix this, since GH appears to remember the PR state instead of using the current one.
* .github/workflows: add build.yaml.Érico Rolim2020-11-131-0/+85
| | | | | | | | | | | | | | | | This commit enables CI on GitHub Actions. Taken from nilium's repository: https://github.com/nilium/ecks-bops-packages/blob/e9bf829752ab82d1170ceb5da60ad656ef372064/.github/workflows/build.yaml Plus a few changes: - only run CI on PRs - don't run CI on draft PRs or when a PR title or body contains "[ci skip]" - remove some names - use more recent void containers - fix XBPS self update
* .github: disable notice mode for issue/pr/push notificationsDuncaen2020-08-263-3/+0
|
* issue_template: add instructions to get pkg versionAnjandev Momi2020-06-201-1/+1
|
* .github/workflows: make IRC notify steps non-fatalEnno Boland2020-01-273-0/+3
|
* .github/workflows: Shorten the URLs from githubEnno Boland2019-12-203-3/+23
|
* .github/workflows: use a dedicated workflow for each eventEnno Boland2019-12-194-44/+71
|
* .github/workflows: Use Gottox/irc-message-action to avoid the docker overheadEnno Boland2019-12-191-3/+3
|
* .github/workflows: add a 3 minute timeout to the irc notificationsEnno Boland2019-12-191-0/+1
|
* .github/workflows: Show URLs instead of issue and PR #s.Enno Boland2019-12-191-2/+2
|
* .github/workflows: use notices instead of privmsgEnno Boland2019-12-191-3/+3
| | | | this prevents the bot from joining.
* .github/workflows: use registered userDuncaen2019-12-181-0/+3
|
* .github/workflows: fix pull request message againDuncaen2019-12-181-1/+1
|
* .github/workflows: fix messagesDuncaen2019-12-181-6/+3
|
* .github/workflows: revert noticeDuncaen2019-12-181-3/+3
|
* .github/workflows: try to make irc notifications more usefulDuncaen2019-12-181-9/+25
|
* .github/workflows: add irc notification workflowEnno Boland2019-12-181-0/+27
|
* .github: discourage update requestsPiotr Wójcik2019-08-021-0/+1
|
* .github: no need to run xuname under sudoMichael Gehring2017-11-121-1/+1
|
* .github: remove redundant data pointsMichael Gehring2017-11-121-4/+0
| | | arch/libc is already provided by xuname output
* .github: add issue templateEnno Boland2017-10-241-0/+17