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 d034441 commit 76a8dc4Copy full SHA for 76a8dc4
.github/workflows/auto-merge-doc.yml
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-name: Dependabot
+name: AutoMerge PR
16
on: pull_request
17
18
permissions:
@@ -22,7 +22,7 @@ permissions:
22
jobs:
23
dependabot:
24
runs-on: ubuntu-latest
25
- if: ${{ github.actor == 'googlemaps-bot' }}
+ if: ${{ github.actor == 'googlemaps-bot' && github.ref == 'refs/heads/googlemaps-bot/update_gh_pages' }}
26
env:
27
PR_URL: ${{github.event.pull_request.html_url}}
28
GITHUB_TOKEN: ${{secrets.SYNCED_GITHUB_TOKEN_REPO}}
0 commit comments