You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+43-7
Original file line number
Diff line number
Diff line change
@@ -42,27 +42,63 @@ jobs:
42
42
jira-base-url: ${{ secrets.JIRA_BASE_URL }}
43
43
jira-username: ${{ secrets.JIRA_USERNAME }}
44
44
jira-api-token: ${{ secrets.JIRA_API_TOKEN }}
45
+
update-description: false # Optional: set to true to update PR description instead of commenting
45
46
```
46
47
47
48
## Usage
48
49
49
50
Once you've set up the workflow, the action will run automatically on every pull request event (when opened, edited, or synchronized). No further action is required.
50
51
52
+
The action can be configured to either add a comment with the Jira issue details (default behavior) or update the PR description with the information. This can be controlled using the `update-description` input.
0 commit comments