Skip to content

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

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

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

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 }}