Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: add Bounty Program command /unbounty #295

Merged
merged 1 commit into from
May 6, 2024

Conversation

aeworxet
Copy link
Contributor

@aeworxet aeworxet commented May 6, 2024

This PR:

  • Adds a command that allows to remove the label bounty from Bounty Issues, thereby making them usual GitHub issues. The command is invoked when posting a comment in the Bounty Issue that starts with the sequence of characters /unbounty.
  • Fixes incorrect RegExp that matched the sequence of characters /bounty placed anywhere in the body of a comment, which led to the invocation of GitHub Actions on casual mention of @asyncapi/bounty_team, sometimes in an infinite loop. Now the command /bounty is recognized only when it's placed at the beginning of the comment.

@derberg
Copy link
Member

derberg commented May 6, 2024

/rtm

@asyncapi-bot asyncapi-bot merged commit d0b2e01 into asyncapi:master May 6, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants