Skip to content

Add support for linking work items in PR title/body (#77) #20

Add support for linking work items in PR title/body (#77)

Add support for linking work items in PR title/body (#77) #20

Workflow file for this run

name: "Publish GitHub Action"
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: tgymnich/publish-github-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}