Skip to content

Bump the development-dependencies group with 8 updates #15

Bump the development-dependencies group with 8 updates

Bump the development-dependencies group with 8 updates #15

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:

Check failure on line 15 in .github/workflows/issue-pr-tag.yml

View workflow run for this annotation

GitHub Actions / Issue/PR Tag

Invalid workflow file

The workflow is not valid. .github/workflows/issue-pr-tag.yml (Line: 15, Col: 3): Error calling workflow 'devops-actions/.github/.github/workflows/issue-pr-tag.yml@main'. The nested job 'notify' is requesting 'issues: write, pull-requests: write', but is only allowed 'issues: none, pull-requests: none'.
uses: devops-actions/.github/.github/workflows/issue-pr-tag.yml@main
permissions:
contents: read
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 }}