Skip to content

Commit

Permalink
Add: Auto-merge workflow, to enable squash auto-merge in open PRs (#1046
Browse files Browse the repository at this point in the history
)
  • Loading branch information
y0urself committed Sep 26, 2023
1 parent 007af5c commit 377d28e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Auto-merge squash
on: pull_request_target

permissions:
contents: write
pull-requests: write

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

0 comments on commit 377d28e

Please sign in to comment.