Skip to content

Bump actions/checkout from 3 to 4 #688

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #688

Workflow file for this run

name: Comment
on:
issues:
types:
- labeled
- unlabeled
pull_request:
types:
- labeled
- unlabeled
jobs:
give_comment:
if: startsWith(github.head_ref, 'dependabot') == false
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
ref: master
- name: Send Issue/Pull request comment
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}