Org Policy Update Detected on 2024-11-14 #454
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
#################################################################### | |
## Approve the PR based on author ## | |
#################################################################### | |
name: Auto-approve | |
on: | |
pull_request: | |
types: | |
- opened | |
jobs: | |
pr-automation: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Auto approve PRs based on author | |
uses: hmarr/[email protected] | |
if: github.actor == 'scalesec-automation-bot' | |
with: | |
github-token: ${{ secrets.GH_TOKEN }} |