aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* .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/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
|
* .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