Update auto-merge.yml

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2022-06-10 00:29:34 +05:30 committed by GitHub
parent 7c5b96d3fa
commit 81c94f9c99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 6 deletions

View File

@ -1,9 +1,11 @@
name: auto-merge
on: pull_request
jobs:
auto-merge:
- name: Merge
uses: KeisukeYamashita/auto-pull-request-merge@v1
with:
intervalSeconds: 10
timeoutSeconds: 30
token: GITHUB_TOKEN
runs-on: ubuntu-latest
steps:
- uses: KeisukeYamashita/auto-pull-request-merge@v1
with:
intervalSeconds: 10
timeoutSeconds: 30
token: GITHUB_TOKEN