Skip to content

Commit

Permalink
Adding the create-jira-issues-for-community-activities GitHub Actions…
Browse files Browse the repository at this point in the history
… workflow
  • Loading branch information
Piedone committed Sep 17, 2022
1 parent f4059e7 commit 868a36b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/create-jira-issues-for-community-activities.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Create Jira issues for community activities

on:
discussion:
types: created
issues:
types: opened
pull_request:
types: opened

jobs:
call-publish-workflow:
uses: Lombiq/GitHub-Actions/.github/workflows/create-jira-issues-for-community-activities.yml@dev
secrets:
JIRA_BASE_URL: ${{ secrets.DEFAULT_JIRA_BASE_URL }}
JIRA_USER_EMAIL: ${{ secrets.DEFAULT_JIRA_USER_EMAIL }}
JIRA_API_TOKEN: ${{ secrets.DEFAULT_JIRA_API_TOKEN }}
JIRA_PROJECT_KEY: ${{ secrets.DEFAULT_JIRA_PROJECT_KEY }}
DISCUSSION_JIRA_ISSUE_DESCRIPTION: ${{ secrets.DEFAULT_DISCUSSION_JIRA_ISSUE_DESCRIPTION }}
ISSUE_JIRA_ISSUE_DESCRIPTION: ${{ secrets.DEFAULT_ISSUE_JIRA_ISSUE_DESCRIPTION }}
PULL_REQUEST_JIRA_ISSUE_DESCRIPTION: ${{ secrets.DEFAULT_PULL_REQUEST_JIRA_ISSUE_DESCRIPTION }}
with:
issue-component: Lombiq.Tests

0 comments on commit 868a36b

Please sign in to comment.