Skip to content

GitHub Action for automatically approving and borsing Renovate GitHub pull requests

License

Notifications You must be signed in to change notification settings

janetechinc/renovate-bors-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto Bors and Approve Renovate PRs

Name: janetechinc/renovate-bors-action

Automatically bors and approve GitHub pull requests from renovate. The GITHUB_TOKEN secret must be provided as the github-token input for the action to work.

Usage instructions

Create a workflow file (e.g. .github/workflows/renovate-bors.yml) that contains a step that uses: janetechinc/[email protected]. Here's an example workflow file:

name: Renovate Bors
on: pull_request

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: janetechinc/renovate-bors-action
      if: github.actor == 'renovate[bot]'
      with:
        github-token: "${{ secrets.GITHUB_TOKEN }}"

About

GitHub Action for automatically approving and borsing Renovate GitHub pull requests

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%