Skip to content

Commit

Permalink
Merge pull request #17 from route06/add-workflow-summary
Browse files Browse the repository at this point in the history
v2 に向けた調整
  • Loading branch information
masutaka authored Jan 24, 2024
2 parents 6c81241 + bc87824 commit df6068d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/add_assignee_to_pr.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# PR 作成時に assignee を、PR 作成者に設定する。ただし、以下のケースを除く。
# * PR 作成者のユーザータイプが Bot である
# * すでに PR 作成時に assignee が設定されている
#
# @usage
# on:
# pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh_discussion_comment_to_slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
required: true

jobs:
comment-notify:
gh-discussion-comment-to-slack:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# "SLACK_WEBHOOK_URL" に紐づく channel に、CI 失敗時用の Slack 通知をする。"title" を設定可能。
#
# @usage
#
# jobs:
# notify:
# uses: route06/actions/.github/workflows/notify_slack.yml@v2
# uses: route06/actions/.github/workflows/notify_slack_on_ci_failed.yml@v2
# with:
# title: CI failed / ci.yml
# secrets:
Expand All @@ -11,6 +13,7 @@ on:
workflow_call:
inputs:
title:
description: Slackメッセージのタイトル
required: true
type: string
secrets:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ROUTE06内外から使われることを想定したGitHub ActionsのReusable Wo
* [add_assignee_to_pr.yml](./.github/workflows/add_assignee_to_pr.yml)
* [get_last_discussion_url.yml](./.github/workflows/get_last_discussion_url.yml)
* [gh_discussion_comment_to_slack.yml](./.github/workflows/gh_discussion_comment_to_slack.yml)
* [notify_slack.yml](./.github/workflows/notify_slack.yml)
* [notify_slack_on_ci_failed.yml](./.github/workflows/notify_slack_on_ci_failed.yml)

## 開発者向け

Expand Down

0 comments on commit df6068d

Please sign in to comment.