Skip to content

stellaservice/green-prs-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Green PRs Action

Automatically re-run failed GH action workflow runs for a configurable set of PRs

Example

on:
  schedule:
    - cron:  '0 * * * *'

jobs:
  re-run-failed-renovate:
    runs-on: ubuntu-latest
    steps:
      - name: Re-run failed renovate bot PRs
        uses: stellaservice/green-prs-action@v1
        with:
          workflow: 'pull-request.yaml'
          pr_title_filter_pattern: '^chore\(deps\):'
          pr_base_branch: master
          max_attempts: 3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published