Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
karpikpl authored Jul 30, 2024
1 parent 9416bef commit 9af7eaa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Azure DevOps GitHub release notes integration

[![GitHub Super-Linter](https://github.com/karpikpl/azdo-relese-notes-action/actions/workflows/linter.yml/badge.svg)](https://github.com/super-linter/super-linter)
![CI](https://github.com/karpikpl/azdo-relese-notes-action/actions/workflows/ci.yml/badge.svg)
[![Check dist/](https://github.com/karpikpl/azdo-relese-notes-action/actions/workflows/check-dist.yml/badge.svg)](https://github.com/karpikpl/azdo-relese-notes-action/actions/workflows/check-dist.yml)
[![CodeQL](https://github.com/karpikpl/azdo-relese-notes-action/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/karpikpl/azdo-relese-notes-action/actions/workflows/codeql-analysis.yml)
[![GitHub Super-Linter](https://github.com/karpikpl/azdo-release-notes-action/actions/workflows/linter.yml/badge.svg)](https://github.com/super-linter/super-linter)
![CI](https://github.com/karpikpl/azdo-release-notes-action/actions/workflows/ci.yml/badge.svg)
[![Check dist/](https://github.com/karpikpl/azdo-release-notes-action/actions/workflows/check-dist.yml/badge.svg)](https://github.com/karpikpl/azdo-release-notes-action/actions/workflows/check-dist.yml)
[![CodeQL](https://github.com/karpikpl/azdo-release-notes-action/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/karpikpl/azdo-release-notes-action/actions/workflows/codeql-analysis.yml)
[![Coverage](./badges/coverage.svg)](./badges/coverage.svg)

Enhanced AB#xxx links in GitHub release notes for Azure DevOps work items. Every
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
run: npm install node-fetch

- name: Update release notes
uses: karpikpl/azdo-relese-notes-action@v1.0.1
uses: karpikpl/azdo-release-notes-action@v1.0.1
with:
ado-pat: ${{ secrets.ADO_PAT }}
ado-org: my-org
Expand Down

0 comments on commit 9af7eaa

Please sign in to comment.