Skip to content

Ignore Google Fonts links in htmlproofer #72

Ignore Google Fonts links in htmlproofer

Ignore Google Fonts links in htmlproofer #72

Workflow file for this run

name: Changelog
on:
pull_request:
types: [closed]
release:
types: [published]
issues:
types: [closed, edited]
jobs:
generate_changelog:
runs-on: ubuntu-latest
name: Generate changelog
steps:
- uses: actions/checkout@v1
- name: Generate changelog
uses: charmixer/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Commit files
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add CHANGELOG.md && git commit -m 'Updated CHANGELOG.md'
- name: Push changes
uses: ad-m/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: 'refs/heads/master'
tags: false