Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
Create SnykAutoApprovePR
Browse files Browse the repository at this point in the history
  • Loading branch information
ITMushtakrakish committed Jun 25, 2024
1 parent 1c04f0e commit cd33372
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/SnykAutoApprovePR
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Auto Approve

on: pull_request_target

jobs:
auto-approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: github.actor == 'sasnyk-hudl'
steps:
- uses: hmarr/[email protected].

0 comments on commit cd33372

Please sign in to comment.