Bump github.com/unistack-org/micro/v3 from 3.7.0 to 3.7.1 #28

Merged
dependabot[bot] merged 2 commits from dependabot/go_modules/github.com/unistack-org/micro/v3-3.7.1 into master 2021-09-17 08:27:55 +03:00
Showing only changes of commit d8eef1a747 - Show all commits

View File

@ -2,7 +2,7 @@ name: "Pull Request Auto Merge"
on:
workflow_run:
workflows: ["prbuild", "CodeQL"]
workflows: ["prbuild"]
types:
- completed
@ -24,8 +24,6 @@ jobs:
&& (github.event.workflow_run.event == 'pull_request'
|| (github.event.workflow_run.event == 'push' && github.event.workflow_run.pull_requests[0].base.ref == github.event.repository.default_branch ))
steps:
- name: Wait workflows success
uses: ahmadnassri/action-workflow-run-wait@v1
- name: Approve Changes and Merge changes if label 'dependencies' is set
uses: actions/github-script@v4
with: