Skip to content
This repository was archived by the owner on Sep 14, 2025. It is now read-only.

Bump cipher-base from 1.0.4 to 1.0.6 #31

Bump cipher-base from 1.0.4 to 1.0.6

Bump cipher-base from 1.0.4 to 1.0.6 #31

name: Comment Router
on:
issue_comment:
types: [created]
permissions:
contents: write
pull-requests: write
issues: write
jobs:
merge:
if: ${{ github.event.issue.pull_request && github.event.comment.body == '/merge' }}
uses: TailorBrands/github-resources/.github/workflows/reusable_comment_merge.yaml@master

Check failure on line 14 in .github/workflows/comment-router.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/comment-router.yml

Invalid workflow file

error parsing called workflow ".github/workflows/comment-router.yml" -> "TailorBrands/github-resources/.github/workflows/reusable_comment_merge.yaml@master" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
pr_number: ${{ github.event.issue.number }}
comment_id: ${{ github.event.comment.id }}
commenter: ${{ github.event.sender.login }}
secrets:
token: ${{ secrets.CI_GITHUB_TOKEN }}