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

Add Slack channel name to actions description #500

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

i5o
Copy link

@i5o i5o commented Apr 16, 2024

Describe your changes

  • Added Slack channel name to the actions description of the issue, sometimes in mobile the Join button doesn't work. Having it directly linked it's an additional approach that fixes this.

Issue number and link

Checklist before requesting a review

  • I have properly bumped all version refs by running ./scripts/version-bump.sh v<new> from project root - for example ./scripts/version-bump.sh v1.9.3

@echoboomer
Copy link
Owner

@i5o would you remind rebasing this and updating the version?

@i5o
Copy link
Author

i5o commented May 16, 2024

@echoboomer done ;)

Copy link
Owner

@echoboomer echoboomer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left a comment.

@@ -94,7 +94,8 @@ def create(
"text": {
"type": "mrkdwn",
"text": "A new incident has been declared. "
+ "Please use the buttons here to participate.",
+ "Please use the buttons here to participate."
+ f"\n#{incident_channel_details.get("name")}",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You'll need to use single quotes here around name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants