mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-11-08 06:28:55 +00:00
chore: add github link to autogenerated issue (#445)
Added a link back to the original Github issue from which the Jira issue was created for tracking purposes.
This commit is contained in:
parent
3972c80c51
commit
92aac29cab
8
.github/workflows/create_issue.yml
vendored
8
.github/workflows/create_issue.yml
vendored
@ -10,22 +10,22 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Create JIRA Issue
|
name: Create JIRA Issue
|
||||||
steps:
|
steps:
|
||||||
- name: Login
|
|
||||||
|
- name: Login to Jira
|
||||||
uses: atlassian/gajira-login@v3
|
uses: atlassian/gajira-login@v3
|
||||||
env:
|
env:
|
||||||
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}
|
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}
|
||||||
JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}
|
JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}
|
||||||
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
|
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
|
||||||
|
|
||||||
- name: Create
|
- name: Create Jira issue
|
||||||
uses: atlassian/gajira-create@v3
|
uses: atlassian/gajira-create@v3
|
||||||
with:
|
with:
|
||||||
project: CORE
|
project: CORE
|
||||||
issuetype: Task
|
issuetype: Task
|
||||||
summary: ${{ github.event.issue.title }}
|
summary: ${{ github.event.issue.title }}
|
||||||
description: ${{ github.event.issue.body }}
|
description: "Created from Github issue: ${{ github.event.issue.url }} \\ \\${{ github.event.issue.body }}"
|
||||||
fields: '{ "labels": ["github-issue"] }'
|
fields: '{ "labels": ["github-issue"] }'
|
||||||
|
|
||||||
|
|
||||||
- name: Log created issue
|
- name: Log created issue
|
||||||
run: echo "Issue ${{ steps.create.outputs.issue }} was created"
|
run: echo "Issue ${{ steps.create.outputs.issue }} was created"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user