Skip to content

Check Issue Reference

Actions
Check a issue whether create by reference
v1.0.0
Latest
Star (7)

👷🏻‍♂️ Check Issue Reference

🚀 How to use?

name: Check Issue Reference

on:
  issues:
    types: [opened]

jobs:
  check-reference:
    runs-on: ubuntu-latest
    steps:
      - uses: actions-cool/check-issue-ref@v1
        id: check

      - run: echo ref ${{ steps.check.outputs.result }}

outputs

  • result
    • 0: no ref
    • other number: the issue open ref

⚡ Feedback

You are very welcome to try it out and put forward your comments. You can use the following methods:

  • Report bugs or consult with Issue
  • Submit Pull Request to improve the code of check-issue-ref

也欢迎加入 钉钉交流群

Changelog

CHANGELOG

LICENSE

MIT

Check Issue Reference is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Check a issue whether create by reference
v1.0.0
Latest

Check Issue Reference is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.