Skip to content

Bump net.kyori.blossom from 1.3.1 to 2.0.1 #687

Bump net.kyori.blossom from 1.3.1 to 2.0.1

Bump net.kyori.blossom from 1.3.1 to 2.0.1 #687

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@v3
with:
ref: master
- name: Send Issue/Pull request comment
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}