We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d9447 commit aa3a43fCopy full SHA for aa3a43f
1 file changed
.github/workflows/create-jira-issue.yml
@@ -148,3 +148,10 @@ jobs:
148
issue-number: ${{ github.event.issue.number }}
149
body: '🔀 Branch Created: `${{ steps.branch.outputs.branch }}`'
150
151
+ - name: Assign issue author
152
+ uses: actions-cool/issues-helper@v3
153
+ with:
154
+ actions: 'add-assignees'
155
+ token: ${{ secrets.GITHUB_TOKEN }}
156
+ issue-number: ${{ github.event.issue.number }}
157
+ assignees: ${{ github.event.issue.user.login }}
0 commit comments