Releases: bdougie/take-action
Releases · bdougie/take-action
fix: removed unnecessary guard for no blocking labels
What's Changed
- fix: removed unnecessary guard for no blocking labels by @nickytonline in #25
Full Changelog: v1.6...v1.6.1
Blocking labels
What's Changed
- feat: add support for blocking labels by @nickytonline in #24
New Contributors
- @nickytonline made their first contribution in #24
Full Changelog: v1.5...v1.6
Updates to Token
What's Changed
- Add information about GitHub Token by @mishmanners in #15
- Damovisa/token-update by @Damovisa in #16
- Add info for message by @mishmanners in #17
New Contributors
- @mishmanners made their first contribution in #15
- @Damovisa made their first contribution in #16
Full Changelog: v1.4...v1.5
More customization enabled
What's Changed
- fix: added a comment response if contributor assigns self to already assigned issue by @blackgirlbytes in #8
- Allow user to specify activation string by @jamesgeddes in #10
- Feat take action 11 block list by @jamesgeddes in #12
New Contributors
- @jamesgeddes made their first contribution in #10
Full Changelog: v1.3...v1.4
v1.3 Action will not assign user if another user is assigned
What's Changed
- fix: Action will not assign user if another user is assigned by @blackgirlbytes in #6
New Contributors
- @blackgirlbytes made their first contribution in #6
Full Changelog: v1.2...v1.3
New feature: Adds commenting feature
You can now add an optional message to comment on the issue someone assigns themselves to.
# .github/workflows/take.yml
name: Assign issue to contributor
on:
issue_comment:
jobs:
assign:
name: Take an issue
runs-on: ubuntu-latest
steps:
- name: take the issue
uses: bdougie/take-action@main
env:
GITHUB_TOKEN: ${{ github.token }}
with:
message: Thanks for taking this issue! Let us know if you have any questions!
Using the Composite Run feature
This actually fixes the error
The error was inside the house the whole time.
Actually fixes error
Turns out that the fix was due to the ISSUE_NUMBER being inserted into the URL as a string and not a number.
Bug fix that removes swallowed error messages
Noticed that Action logs were not showing failures. This looks like it was failing due to the non-escaped return.