Skip to content

Org Policy Update Detected on 2024-11-14 #454

Org Policy Update Detected on 2024-11-14

Org Policy Update Detected on 2024-11-14 #454

Workflow file for this run

####################################################################
## 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 }}