Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Sends a message to Chatwork when an issue, comment or pull request is created or edited.

License

Notifications You must be signed in to change notification settings

mechiru/chatwork

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Chatwork Action

ci Dependabot

This GitHub Action sends a message to Chatwork when an issue, comment or pull request is created or edited.

Example workflow

name: chatwork
on:
 issues:
 types:
 - opened
 - edited
 - reopened
 issue_comment:
 types:
 - created
 - edited
 discussion:
 types:
 - created
 - edited
 - reopened
 discussion_comment:
 types:
 - created
 - edited
 pull_request:
 types:
 - opened
 - edited
 - reopened
jobs:
 notify:
 runs-on: ubuntu-latest
 timeout-minutes: 1
 steps:
 - uses: mechiru/chatwork@v2
 with:
 roomId: 123
 token: ${{ secrets.CHATWORK_API_TOKEN }}
 mapping: |
 {
 "mechiru": "[To:123]@mechiru",
 "organization/team": "[To:123]@mechiru [To:124]@suzuki",
 }

See action.yml.

License

This Action is distributed under the terms of the MIT license, see LICENSE for details.

Contribute and support

Any contributions are welcomed!

About

Sends a message to Chatwork when an issue, comment or pull request is created or edited.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

AltStyle によって変換されたページ (->オリジナル) /