Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4 from shikajiro/refactoring
Browse files Browse the repository at this point in the history
テスト github actions
  • Loading branch information
shikajiro authored Oct 11, 2023
2 parents bf8bd92 + 74254ab commit 831cc37
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/mention-to-chatwork.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
shikajiro:
room_id: 330541649
account_id: 859823
23 changes: 23 additions & 0 deletions .github/workflows/mention-to-chatwork.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
on:
issues:
types: [opened, edited]
issue_comment:
types: [created, edited]
pull_request:
types: [opened, edited, review_requested]
pull_request_review:
types: [submitted]
pull_request_review_comment:
types: [created, edited]

jobs:
latest-tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: test run
uses: ./.
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
api-token: ${{ secrets.CHATWORK_API_TOKEN }}
run-id: ${{ github.run_id }}

0 comments on commit 831cc37

Please sign in to comment.