Skip to content

Test bug

Test bug #25

Workflow file for this run

# When someone opens a public GitHub issue, this workflow will create a corresponding
# Jira ticket and update the issue title to reference the Jira ticket number.
# When someone closes a public GitHub issue, this workflow will comment on the linked
# Jira ticket indicating that the issue was closed.
# Your Jira project key must match the repository name.
name: Sync GitHub issues to Jira
on:
issues:
types:
- opened
- closed
permissions:
issues: write
jobs:
jira:

Check failure on line 15 in .github/workflows/jira.yml

View workflow run for this annotation

GitHub Actions / Sync GitHub issues to Jira

Invalid workflow file

The workflow is not valid. .github/workflows/jira.yml (Line: 15, Col: 3): Error calling workflow 'acquia/.github/.github/workflows/jira.yml@main'. The nested job 'open-pr' is requesting 'pull-requests: read', but is only allowed 'pull-requests: none'.

Check failure on line 15 in .github/workflows/jira.yml

View workflow run for this annotation

GitHub Actions / Sync GitHub issues to Jira

Invalid workflow file

The workflow is not valid. .github/workflows/jira.yml (Line: 15, Col: 3): Error calling workflow 'acquia/.github/.github/workflows/jira.yml@main'. The nested job 'open-pr' is requesting 'pull-requests: read', but is only allowed 'pull-requests: none'.

Check failure on line 15 in .github/workflows/jira.yml

View workflow run for this annotation

GitHub Actions / Sync GitHub issues to Jira

Invalid workflow file

The workflow is not valid. .github/workflows/jira.yml (Line: 15, Col: 3): Error calling workflow 'acquia/.github/.github/workflows/jira.yml@main'. The nested job 'open-pr' is requesting 'pull-requests: read', but is only allowed 'pull-requests: none'.
uses: acquia/.github/.github/workflows/jira.yml@main
# Set the JIRA* secrets in your repository settings. You will need to create an API
# token from your Jira user profile.
secrets:
jira-api-token: ${{ secrets.JIRA_API_TOKEN }}
jira-user-email: ${{ secrets.JIRA_USER_EMAIL }}
github-token: ${{ secrets.GITHUB_TOKEN }}
with:
issue_label: grooming