mirror of
https://github.com/arnaucube/ark-curves-cherry-picked.git
synced 2026-01-24 04:33:50 +01:00
Linkify changelog (#46)
This commit is contained in:
20
.github/workflows/linkify_changelog.yml
vendored
Normal file
20
.github/workflows/linkify_changelog.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
name: Linkify Changelog
|
||||
|
||||
on:
|
||||
workflow_dispatch
|
||||
|
||||
jobs:
|
||||
linkify:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Add links
|
||||
run: python3 scripts/linkify_changelog.py CHANGELOG.md
|
||||
- name: Commit
|
||||
run: |
|
||||
git config user.name github-actions
|
||||
git config user.email github-actions@github.com
|
||||
git add .
|
||||
git commit -m "Linkify Changelog"
|
||||
git push
|
||||
Reference in New Issue
Block a user