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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
|
||
with: | ||
pr_number: ${{ github.event.issue.number }} | ||
comment_id: ${{ github.event.comment.id }} | ||
commenter: ${{ github.event.sender.login }} | ||
secrets: | ||
token: ${{ secrets.CI_GITHUB_TOKEN }} |