Skip to content

Set Tag name on finish Release or HotFix #88

Set Tag name on finish Release or HotFix

Set Tag name on finish Release or HotFix #88

Workflow file for this run

name: Greetings
on:
pull_request:
types: [ opened ]
issues:
types: [ opened ]
jobs:
greeting:
name: Greet new participant
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "## Welcome!\n\nThank you for finding time to write an issue and help to make this extension better. I`ll appreciate if you find some time to [rate this extension here](https://marketplace.visualstudio.com/items?itemName=Serhioromano.vscode-gitflow&ssr=false#review-details).\n\nI`ll get to this Issue ASAP."
pr-message: "## Welcome!\n\nThank you very match for your contribution. I very appreciate it. Please find some time to [rate this extension here](https://marketplace.visualstudio.com/items?itemName=Serhioromano.vscode-gitflow&ssr=false#review-details).\n\nI`ll get to this PR ASAP."