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
feat: migrate logic from ClickUp to Jira #PLTM-233 (#12)
* chore: remove ClickUp logic
* feat: logic for Jira issues
* refactor: simplify task reference parsing
* fix: typo
* feat: ignore duplicates and return tasks in alphabetical order
* fix: promise not awaited
* fix: invalid Jira request auth and response parsing
* feat: search just the commit title for issue references
* docs: change package.json description
* docs: update README.md
* fix: remove references to tickets in description
* cleanup: remove redundant join operation
Co-authored-by: Artur Kozak <[email protected]>
* feat: do not sort tasks alphabetically
* feat: match issue references only in the end of the title
* test: adjust tests
* chore: add information about placing issue references at the end of title
* feat: use Github variable for token's user
---------
Co-authored-by: Artur Kozak <[email protected]>
github_token: ${{ secrets.GITHUB_TOKEN }} # this is passed automatically https://docs.github.com/en/actions/security-guides/automatic-token-authentication
0 commit comments