Skip to content

chore: add Jira automation workflows #1

chore: add Jira automation workflows

chore: add Jira automation workflows #1

# sync -> mongodb/atlas-local-lib
# sync -> mongodb/atlas-local-cli
# sync -> mongodb-js/atlas-local-lib-js
name: Create Jira Ticket for Dependabot PRs
on:
pull_request:
types: [opened]
permissions: {}
jobs:
create-jira:

Check failure on line 14 in .github/workflows/dependabot-jira.yaml

View workflow run for this annotation

GitHub Actions / Create Jira Ticket for Dependabot PRs

Invalid workflow file

The workflow is not valid. .github/workflows/dependabot-jira.yaml (Line: 14, Col: 3): Error calling workflow 'mongodb/apix-action/.github/workflows/_dependabot-jira.yaml@main'. The workflow is requesting 'contents: read, pull-requests: write', but is only allowed 'contents: none, pull-requests: none'.
if: github.actor == 'dependabot[bot]'
uses: mongodb/apix-action/.github/workflows/_dependabot-jira.yaml@main
secrets: inherit