We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c6ced2 commit fe2fe6aCopy full SHA for fe2fe6a
.github/workflows/automerge-docs.yml
@@ -12,24 +12,21 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-name: Dependabot
+name: Automerge Docs
16
on: pull_request
17
18
permissions:
19
contents: write
20
21
jobs:
22
- test:
23
- uses: ./.github/workflows/test.yml
24
- dependabot:
25
- needs: test
+ automerge:
26
runs-on: ubuntu-latest
27
if: ${{ github.actor == 'googlemaps-bot' }}
28
env:
29
PR_URL: ${{github.event.pull_request.html_url}}
30
GITHUB_TOKEN: ${{secrets.SYNCED_GITHUB_TOKEN_REPO}}
31
steps:
32
- - name: approve
+ - name: approve PR
33
run: gh pr review --approve "$PR_URL"
34
- name: merge
35
run: gh pr merge --auto --squash --delete-branch "$PR_URL"
0 commit comments