Skip to content

chore: bump the github-actions group across 1 directory with 9 updates #353

chore: bump the github-actions group across 1 directory with 9 updates

chore: bump the github-actions group across 1 directory with 9 updates #353

Workflow file for this run

name: "Issue/PR Tag"
# Trigger workflow when issues or pull requests are opened/edited,
# or when this workflow file is modified
on:
issues:
types: [opened, edited]
pull_request:
types: [opened, edited]
permissions:
contents: read
jobs:
notify:
uses: devops-actions/.github/.github/workflows/issue-pr-tag.yml@2f42b3ea6dee5c5817c4938450c5924aed249795 # main
permissions:
contents: read
issues: write
pull-requests: write
with:
org_name: ${{ vars.FIXED_ORG_NAME }}
tag_team: ${{ vars.TAG_TEAM }}
issue: ${{ github.event.issue.number }}
pr: ${{ github.event.pull_request.number }}
secrets:
token: ${{ secrets.GITHUB_TOKEN }}