Skip to content

Commit

Permalink
Update global workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Sep 19, 2023
1 parent fe7fc7e commit 97ab97e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/auto-merge.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Auto Merge
on:
pull_request:
jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- id: auto-merge
uses: "pascalgn/automerge-action@v0.15.6"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_LABELS: ""
MERGE_METHOD: "squash"
15 changes: 0 additions & 15 deletions .github/workflows/auto-update.yaml

This file was deleted.

0 comments on commit 97ab97e

Please sign in to comment.