Skip to content

feat: update github runner version #1

feat: update github runner version

feat: update github runner version #1

Workflow file for this run

# This workflow will run tests using node and then publish a package to NPM Packages when a release is created
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
# 用于验证pr是否包括issue链接
name: Issue link verify
on:
pull_request:
types: [edited, synchronize, opened, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pr-verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Verify Linked Issue
uses: hattan/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
message: '请添加issue链接!'