-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Sachin Panayil <[email protected]>
- Loading branch information
1 parent
fafa275
commit f97c43f
Showing
2 changed files
with
779 additions
and
745 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.