(maint) Update puppet to 630f7b923c09e4e7c4c567a1ad0ad4c165def49c #8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | ||
name: Export issue to Jira | ||
on: | ||
issues: | ||
types: [labeled] | ||
pull_requests: | ||
types: [labeled] | ||
permissions: | ||
issues: write | ||
pull-requests: write | ||
jobs: | ||
export: | ||
uses: "puppetlabs/phoenix-github-actions/.github/workflows/jira.yml@main" | ||
with: | ||
jira-project: PA | ||
jira-base-url: ${{ vars.jira_base_url }} | ||
jira-user-email: ${{ vars.jira_user_email }} | ||
secrets: | ||
jira-api-token: ${{ secrets.JIRA_ISSUES_ACTION }} |