mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-19 21:42:24 +00:00
Merge pull request #4 from civisrom/dependabot/github_actions/github-actions-4a9910c3ae
chore(ci)(deps): bump the github-actions group with 3 updates
This commit is contained in:
commit
10e04403af
1 changed files with 3 additions and 3 deletions
6
.github/workflows/auto-merge-dependabot.yml
vendored
6
.github/workflows/auto-merge-dependabot.yml
vendored
|
@ -14,12 +14,12 @@ jobs:
|
||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- name: Auto-approve Dependabot PRs
|
- name: Auto-approve Dependabot PRs
|
||||||
uses: hmarr/auto-approve-action@v3
|
uses: hmarr/auto-approve-action@v4
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Wait for tests to succeed
|
- name: Wait for tests to succeed
|
||||||
uses: lewagon/wait-on-check-action@v1.3.1
|
uses: lewagon/wait-on-check-action@v1.3.4
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
check-name: 'test' # Имя джоба из вашего test.yml
|
check-name: 'test' # Имя джоба из вашего test.yml
|
||||||
|
@ -28,7 +28,7 @@ jobs:
|
||||||
|
|
||||||
- name: Auto-merge Dependabot PRs
|
- name: Auto-merge Dependabot PRs
|
||||||
if: success()
|
if: success()
|
||||||
uses: pascalgn/automerge-action@v0.15.6
|
uses: pascalgn/automerge-action@v0.16.4
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
MERGE_METHOD: "squash"
|
MERGE_METHOD: "squash"
|
||||||
|
|
Loading…
Reference in a new issue