Skip to content

build(deps): bump @docusaurus/plugin-google-tag-manager from 3.3.2 to 3.4.0 #86

build(deps): bump @docusaurus/plugin-google-tag-manager from 3.3.2 to 3.4.0

build(deps): bump @docusaurus/plugin-google-tag-manager from 3.3.2 to 3.4.0 #86

Workflow file for this run

name: Assign PR to creator
on:
pull_request_target:
types: [opened]
jobs:
automation:
runs-on: ubuntu-latest
steps:
- name: Assign PR to creator
uses: thomaseizinger/assign-pr-creator-action@v1.0.0
if: github.actor != 'dependabot[bot]'
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}