Skip to content

Commit

Permalink
Add: Workflow to activate auto-merge squash in PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
y0urself authored and bjoernricks committed Sep 18, 2023
1 parent 63536c2 commit d219fde
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 sqash
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 d219fde

Please sign in to comment.