Skip to content

👷🏻‍♂️ Check a issue whether create by reference.

License

Notifications You must be signed in to change notification settings

actions-cool/check-issue-ref

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

👷🏻‍♂️ 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