Skip to content

jpsim/retest

Repository files navigation

Retest GitHub Action

If you run GitHub Actions Workflows on your PRs, install this action to re-run failed workflow runs for the latest commit by commenting /retest on your PR.

To use this bot add the following workflow to your repo at .github/workflows/retest.yml:

name: Retest
on:
  issue_comment:
    types: [created]

jobs:
  build:
    name: Retest
    runs-on: ubuntu-latest
    steps:
      - uses: jpsim/retest@v1

Development

Clone this repo. Then run tests:

npm test

And lint:

npm run lint

License

MIT.

About

Re-run failed GitHub Workflow runs on PRs by commenting "/retest".

Resources

License

Stars

Watchers

Forks

Packages

No packages published