Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelbaker-cisa authored Feb 23, 2024
1 parent e9f1e10 commit c520729
Showing 1 changed file with 1 addition and 36 deletions.
37 changes: 1 addition & 36 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,42 +94,7 @@ jobs:
with:
#fromTag: ${{ github.head_ref }}
toTag: ${{ github.head_ref }} # ${{ github.ref }}
configurationJson: |
{
"template": "#{{CHANGELOG}}",
"pr_template": "- #{{TITLE}} by #{{AUTHOR}}",
"categories": [
{
"title": "## What's Added",
"labels": ["feat"]
},
{
"title": "## What's Fixed",
"labels": ["fix"]
},
{
"title": "## What's Updated",
"labels": ["update"]
},
{
"title": "## Uncategorized PRs",
"labels": []
}
],
"reference": {
"pattern": ".*\\ \\#(.).*",
"on_property": "body",
"method": "replace",
"target": "$1"
},
"transformers": [
{
"pattern": "[\\-\\*] (\\[(...|TEST|CI|SKIP)\\])( )?(.+?)\n(.+?[\\-\\*] )(.+)",
"target": "- $4\n - $6"
}
],
}
# commitMode: true
configurationJson: .github/changelog-configuration.json
failOnError: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c520729

Please sign in to comment.