ceph-csi/actions/retest
dependabot[bot] 0c3d3c116a rebase: Bump golang.org/x/oauth2 from 0.5.0 to 0.6.0 in /actions/retest
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/golang/oauth2/releases)
- [Commits](https://github.com/golang/oauth2/compare/v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-07 11:25:16 +00:00
..
vendor rebase: Bump golang.org/x/oauth2 from 0.5.0 to 0.6.0 in /actions/retest 2023-03-07 11:25:16 +00:00
action.yaml ci: add retest github action 2021-11-16 12:03:36 +00:00
Dockerfile build: the go setup has been configured to 1.18 for retest build 2022-11-12 07:16:21 +00:00
go.mod rebase: Bump golang.org/x/oauth2 from 0.5.0 to 0.6.0 in /actions/retest 2023-03-07 11:25:16 +00:00
go.sum rebase: Bump golang.org/x/oauth2 from 0.5.0 to 0.6.0 in /actions/retest 2023-03-07 11:25:16 +00:00
main.go ci: prevent panic in retest action on nil strings 2022-06-27 15:00:50 +00:00
README.md ci: add retest github action 2021-11-16 12:03:36 +00:00

retest-action

This is a github action built using the golang and the github api. The main idea behind this one is to retest the failed tests on the approved PR's to avoid burden on the maintainer's/author's to retest all the failed tests.

  • List the pull requests from the github organization.
  • Check PR is open and have required approvals.
  • Check PR as the required label to continue to retest.
  • Pulls the failed test details.
  • Check failed test has reached the maximum limit.
  • If the limit has not reached the action will post the retest command on the PR with log location for further debugging.
  • If the limit has reached the Pull Request will be skipped.