Skip to content
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

ciDependabot

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

Example workflow

name: chatworkon:
issues:
types:
- opened
- edited
- reopenedissue_comment:
types:
- created
- editeddiscussion:
types:
- created
- edited
- reopeneddiscussion_comment:
types:
- created
- editedpull_request:
types:
- opened
- edited
- reopenedjobs:
notify:
runs-on: ubuntu-latesttimeout-minutes: 1steps:
- uses: mechiru/chatwork@v2with:
roomId: 123token: ${{ 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

Stars

13 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages