Skip to content

Org Policy Update Detected on 2024-12-21 #491

Org Policy Update Detected on 2024-12-21

Org Policy Update Detected on 2024-12-21 #491

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