Skip to content

Commit

Permalink
Create auto-merge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
y0urself authored Sep 30, 2024
1 parent 8e1c8ad commit 38ba54d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Auto-merge squash
on: pull_request_target

permissions:
contents: read
pull-requests: write

jobs:
auto-merge:
permissions:
contents: write
uses: greenbone/workflows/.github/workflows/auto-merge.yml@main
secrets: inherit

0 comments on commit 38ba54d

Please sign in to comment.