Skip to content

chore(deps): update dependency ruby to v3.4.1 #221

chore(deps): update dependency ruby to v3.4.1

chore(deps): update dependency ruby to v3.4.1 #221

name: 'Slash Commands Comment'
on:
pull_request_target:
types:
- opened
concurrency:
group: slash-command-comment-${{ github.ref }}
cancel-in-progress: true
jobs:
commands-comment:
runs-on: ubuntu-24.04
steps:
# https://github.com/marketplace/actions/create-github-app-token
- name: Create GitHub App Token
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
id: app-token
with:
app-id: ${{ vars.BOT_APP_ID }}
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
# https://github.com/marketplace/actions/comment-pull-request
- uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3.0.1
with:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
message: |
## Commands
| Command | Description |
|----------|----------------------------------------------------|
| /catalog | この Pull Request の Catalog を Firebase Hosting にデプロイ |
| /gen | コード生成コマンドを実行 |
comment_tag: slash-command
mode: upsert