Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .github/workflows: open issue when cycle is detected | Piotr Wójcik | 2021-06-30 | 1 | -2/+13 |
| | |||||
* | .github/workflows: prepare container for xbps-cycles | Piotr Wójcik | 2021-06-30 | 1 | -1/+18 |
| | |||||
* | .github/workflows: run xbps-cycles daily. | Érico Nogueira | 2021-06-30 | 1 | -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 Danh | 2021-05-31 | 1 | -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 step | Piotr Wójcik | 2021-05-27 | 1 | -0/+1 |
| | |||||
* | common: add basic commit lint | Đoàn Trần Công Danh | 2021-05-21 | 1 | -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 Nogueira | 2021-03-26 | 1 | -0/+1 |
| | |||||
* | .github/workflows: add CI run to lock closed threads. | Érico Rolim | 2021-03-24 | 1 | -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 ghcr | Michael Aldridge | 2021-03-15 | 1 | -1/+1 |
| | |||||
* | .github: add notice to delete the [ci skip] block | Piraty | 2021-01-18 | 1 | -5/+3 |
| | | | | if the commented block is left in the PR text, CI won't run | ||||
* | .github: add pull request template | Piraty | 2021-01-18 | 1 | -0/+28 |
| | |||||
* | .github/workflows: shorten step list. | Érico Rolim | 2021-01-03 | 1 | -6/+7 |
| | | | | This makes CI results more concise. | ||||
* | .github/workflows: add script to check that packages can still be | Érico Rolim | 2020-12-23 | 1 | -0/+8 |
| | | | | | | installed. This will allow us to confirm the repository's staging state in CI. | ||||
* | .github/workflows: Remove old notifications | Michael Aldridge | 2020-12-21 | 3 | -91/+0 |
| | |||||
* | .github/workflows: run tests on CI for native builds. | Érico Rolim | 2020-12-14 | 1 | -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 Danh | 2020-12-14 | 1 | -1/+1 |
| | |||||
* | Update source for GitHub Actions | Tim Sandquist | 2020-12-07 | 3 | -3/+3 |
| | |||||
* | .github/workflows/build: don't skip CI when PR is a draft. | Érico Rolim | 2020-11-23 | 1 | -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 Rolim | 2020-11-13 | 1 | -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 notifications | Duncaen | 2020-08-26 | 3 | -3/+0 |
| | |||||
* | issue_template: add instructions to get pkg version | Anjandev Momi | 2020-06-20 | 1 | -1/+1 |
| | |||||
* | .github/workflows: make IRC notify steps non-fatal | Enno Boland | 2020-01-27 | 3 | -0/+3 |
| | |||||
* | .github/workflows: Shorten the URLs from github | Enno Boland | 2019-12-20 | 3 | -3/+23 |
| | |||||
* | .github/workflows: use a dedicated workflow for each event | Enno Boland | 2019-12-19 | 4 | -44/+71 |
| | |||||
* | .github/workflows: Use Gottox/irc-message-action to avoid the docker overhead | Enno Boland | 2019-12-19 | 1 | -3/+3 |
| | |||||
* | .github/workflows: add a 3 minute timeout to the irc notifications | Enno Boland | 2019-12-19 | 1 | -0/+1 |
| | |||||
* | .github/workflows: Show URLs instead of issue and PR #s. | Enno Boland | 2019-12-19 | 1 | -2/+2 |
| | |||||
* | .github/workflows: use notices instead of privmsg | Enno Boland | 2019-12-19 | 1 | -3/+3 |
| | | | | this prevents the bot from joining. | ||||
* | .github/workflows: use registered user | Duncaen | 2019-12-18 | 1 | -0/+3 |
| | |||||
* | .github/workflows: fix pull request message again | Duncaen | 2019-12-18 | 1 | -1/+1 |
| | |||||
* | .github/workflows: fix messages | Duncaen | 2019-12-18 | 1 | -6/+3 |
| | |||||
* | .github/workflows: revert notice | Duncaen | 2019-12-18 | 1 | -3/+3 |
| | |||||
* | .github/workflows: try to make irc notifications more useful | Duncaen | 2019-12-18 | 1 | -9/+25 |
| | |||||
* | .github/workflows: add irc notification workflow | Enno Boland | 2019-12-18 | 1 | -0/+27 |
| | |||||
* | .github: discourage update requests | Piotr Wójcik | 2019-08-02 | 1 | -0/+1 |
| | |||||
* | .github: no need to run xuname under sudo | Michael Gehring | 2017-11-12 | 1 | -1/+1 |
| | |||||
* | .github: remove redundant data points | Michael Gehring | 2017-11-12 | 1 | -4/+0 |
| | | | arch/libc is already provided by xuname output | ||||
* | .github: add issue template | Enno Boland | 2017-10-24 | 1 | -0/+17 |