Skip to content

Commit de85f55

Browse files
authored
Update CREATE_JIRA_ISSUE.yml
1 parent 5f6a437 commit de85f55

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/CREATE_JIRA_ISSUE.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ on:
33
issues:
44
types: [opened, reopened]
55

6-
# jobs:
7-
# create-issue:
8-
# name: Create Jira issue
9-
# runs-on: ubuntu-latest
10-
# steps:
6+
jobs:
7+
create-issue:
8+
name: Create Jira issue
9+
runs-on: ubuntu-latest
10+
steps:
1111
# - name: Login
1212
# uses: atlassian/gajira-login@v3
1313
# env:

0 commit comments

Comments
 (0)