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 431bf5f commit d034441Copy full SHA for d034441
.github/workflows/auto-merge-doc.yml
@@ -1,4 +1,4 @@
1
-# Copyright 2022 Google LLC
+# Copyright 2024 Google LLC
2
#
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
# you may not use this file except in compliance with the License.
@@ -30,4 +30,4 @@ jobs:
30
- name: Approve PR
31
run: gh pr review --approve "$PR_URL"
32
- name: Merge PR
33
- run: gh pr merge --auto --squash --delete-branch "$PR_URL"
+ run: gh pr merge --auto --squash --delete-branch "$PR_URL"
0 commit comments