DEV Community

Dragoș Străinu
Dragoș Străinu

Posted on

1 1

Issue Branch action

My Workflow

Github action that comments on an issue when a related branch is created.

Alt Text

Submission Category:

Maintainer Must-Haves

Yaml File or Link to Code

GitHub logo strdr4605 / issue-branch-action

Github action that comment on an issue when a related branch is created

Issue Branch action

Github action that comment on an issue when a related branch is created

The action check for branch name pattern /(\d+)-/.

`feat/1-issue` // 1
`4605-some-branch-name` // 4605
Enter fullscreen mode Exit fullscreen mode

Example usage

on:
  create
jobs:
  issue-branch:
    name: 'Issue Branch'
    runs-on: ubuntu-latest
    steps:
      - name: 'Issue Branch check'
        uses: strdr4605/issue-branch-action@v1.1
        env:
            GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Enter fullscreen mode Exit fullscreen mode



AWS GenAI LIVE image

Real challenges. Real solutions. Real talk.

From technical discussions to philosophical debates, AWS and AWS Partners examine the impact and evolution of gen AI.

Learn more

Top comments (0)

Postmark Image

Speedy emails, satisfied customers

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay