Skip to content

Commit fe2fe6a

Browse files
authored
chore: rename and fix flow (#794)
1 parent 3c6ced2 commit fe2fe6a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/automerge-docs.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,21 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
name: Dependabot
15+
name: Automerge Docs
1616
on: pull_request
1717

1818
permissions:
1919
contents: write
2020

2121
jobs:
22-
test:
23-
uses: ./.github/workflows/test.yml
24-
dependabot:
25-
needs: test
22+
automerge:
2623
runs-on: ubuntu-latest
2724
if: ${{ github.actor == 'googlemaps-bot' }}
2825
env:
2926
PR_URL: ${{github.event.pull_request.html_url}}
3027
GITHUB_TOKEN: ${{secrets.SYNCED_GITHUB_TOKEN_REPO}}
3128
steps:
32-
- name: approve
29+
- name: approve PR
3330
run: gh pr review --approve "$PR_URL"
3431
- name: merge
3532
run: gh pr merge --auto --squash --delete-branch "$PR_URL"

0 commit comments

Comments
 (0)