diff --git a/.github/workflows/repolinter_PR.yml b/.github/workflows/repolinter_PR.yml new file mode 100644 index 0000000..0481fd5 --- /dev/null +++ b/.github/workflows/repolinter_PR.yml @@ -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 \ No newline at end of file