Skip to content

Commit

Permalink
Added Repolinter PR Action
Browse files Browse the repository at this point in the history
Signed-off-by: Sachin Panayil <[email protected]>
  • Loading branch information
sachin-panayil committed Dec 6, 2024
1 parent 76f27f5 commit 0fadc76
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/repolinter_PR.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: 'Create a PR based on validation'

on:
workflow_dispatch: {}

jobs:
repolinter-action:
runs-on: ubuntu-latest
name: Run Repolinter
permissions:
contents: write
pull-requests: write
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: 'Run Repolinter'
uses: DSACMS/repolinter-actions@main
with:
output_type: 'pull-request'
token: ${{ secrets.REPOLINTER_AUTO_TOKEN}}
# The PAT needs full `repo` scope

0 comments on commit 0fadc76

Please sign in to comment.