aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/cirrus-notify.yml
Commit message (Collapse)AuthorAgeFilesLines
* Bump ruby/action-slack from 3.0.0 to 3.2.1dependabot[bot]2023-03-141-1/+1
| | | | | | | | | | | | | | Bumps [ruby/action-slack](https://github.com/ruby/action-slack) from 3.0.0 to 3.2.1. - [Release notes](https://github.com/ruby/action-slack/releases) - [Commits](https://github.com/ruby/action-slack/compare/b6882ea6ef8f556f9f9af9ec1220d3f1ced74acf...0bd85c72233cdbb6a0fe01d37aaeff1d21b5fce1) --- updated-dependencies: - dependency-name: ruby/action-slack dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Revert "Update ruby/action-slack v3.1.1 (#7505)"Takashi Kokubun2023-03-111-1/+1
| | | | | | | | | | This reverts commit 2570374bc8779a923f3bc42fe1731eefbb743edf. Revert "Bump ruby/action-slack from 3.0.0 to 3.1.0" This reverts commit 39511b8b2304f41efe5b09ac87a0fb32931653f0. Neither v3.1.0 nor v3.1.1 seems working correctly.
* Update ruby/action-slack v3.1.1 (#7505)Hiroshi SHIBATA2023-03-111-1/+1
|
* Bump ruby/action-slack from 3.0.0 to 3.1.0dependabot[bot]2023-03-081-1/+1
| | | | | | | | | | | | | | Bumps [ruby/action-slack](https://github.com/ruby/action-slack) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/ruby/action-slack/releases) - [Commits](https://github.com/ruby/action-slack/compare/b6882ea6ef8f556f9f9af9ec1220d3f1ced74acf...36bda26f63ca8a3787504418657edbbc1a3f5361) --- updated-dependencies: - dependency-name: ruby/action-slack dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Pin octokit/request-action@v2.1.7Hiroshi SHIBATA2023-01-041-1/+1
|
* Bump octokit/request-actiondependabot[bot]2022-12-231-1/+1
| | | | | | | | | | | | | Bumps [octokit/request-action](https://github.com/octokit/request-action) from 52ce92ce3185e00e2425f043c3e9509121929aea to 8cd8f5d6738d122de9213dc5cf87e116c40f5fae. - [Release notes](https://github.com/octokit/request-action/releases) - [Commits](https://github.com/octokit/request-action/compare/52ce92ce3185e00e2425f043c3e9509121929aea...8cd8f5d6738d122de9213dc5cf87e116c40f5fae) --- updated-dependencies: - dependency-name: octokit/request-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump octokit/request-actiondependabot[bot]2022-12-061-1/+1
| | | | | | | | | | | | | Bumps [octokit/request-action](https://github.com/octokit/request-action) from 4579f9e1e690974421f9f6928a30fb448e967c60 to 52ce92ce3185e00e2425f043c3e9509121929aea. - [Release notes](https://github.com/octokit/request-action/releases) - [Commits](https://github.com/octokit/request-action/compare/4579f9e1e690974421f9f6928a30fb448e967c60...52ce92ce3185e00e2425f043c3e9509121929aea) --- updated-dependencies: - dependency-name: octokit/request-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Added permission restrictions for GitHub actionsHiroshi SHIBATA2022-11-281-0/+4
|
* [StepSecurity] ci: Harden GitHub ActionsStepSecurity Bot2022-11-251-2/+2
| | | Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>
* Fix the url of Cirrus failure notifications [ci skip]Takashi Kokubun2022-10-261-3/+13
| | | | | | | | | | The previous one was the url of this notification action, but we want to see a link to Cirrus CI. This code follows https://cirrus-ci.org/guide/notifications/. Also, head_branch was null only for pull requests from a fork, so we can use it for branch-based filtering, which is good.
* Improve Cirrus notification metadata [ci skip]Takashi Kokubun2022-10-251-3/+5
|
* CI skip should not be notified [ci skip]Takashi Kokubun2022-10-251-0/+1
|
* Start notifying Cirrus CI failuresTakashi Kokubun2022-10-251-0/+29
It looks like Cirrus doesn't natively support notifications and they recomment to use GitHub Actions for it. https://cirrus-ci.org/guide/notifications/ Because I don't know what the payload looks like, I just added a basic payload and dumped GitHub context so that we could improve it later.