Skip to content

Commit

Permalink
🔄 synced local '.github/workflows/auto-merge.yml' with remote '.githu…
Browse files Browse the repository at this point in the history
…b/workflows/auto-merge.yml'
  • Loading branch information
N6REJ committed Sep 26, 2024
1 parent 123fcf4 commit bb83787
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: auto-merge

on:
pull_request:

jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.3
- uses: ahmadnassri/[email protected]
with:
target: minor
github-token: ${{ secrets.mytoken }}
name: auto-merge

on:
pull_request:

jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.0
- uses: ahmadnassri/[email protected]
with:
target: minor
github-token: ${{ secrets.mytoken }}

0 comments on commit bb83787

Please sign in to comment.