summaryrefslogtreecommitdiff
path: root/.github/workflows/auto-approve.yml
diff options
context:
space:
mode:
authorDarius Jahandarie <djahandarie@gmail.com>2023-08-20 20:48:27 +0900
committerGitHub <noreply@github.com>2023-08-20 20:48:27 +0900
commit66f491f171bf6d9b8f2abe8fc2f5d9dd90ef9edb (patch)
tree3502273f3dc7515aef0b0b579e69cc17cfdabe8f /.github/workflows/auto-approve.yml
parent548ded596c9a15ae14335961c1a05995388a6dd6 (diff)
Restrict workflow permissions to satisfy OSSF Scorecard
Diffstat (limited to '.github/workflows/auto-approve.yml')
-rw-r--r--.github/workflows/auto-approve.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml
index 5dd3831d..250903fc 100644
--- a/.github/workflows/auto-approve.yml
+++ b/.github/workflows/auto-approve.yml
@@ -1,5 +1,6 @@
name: Auto-Approve Safe PRs
on: pull_request
+permissions: {}
jobs:
auto-approve:
runs-on: ubuntu-latest