Rework string checks to skip json, xml or uuid as much as possible (#… #585
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Automation - Changelog Update | |
on: | |
workflow_dispatch: | |
push: | |
branches: [ 1.x ] | |
jobs: | |
automation: | |
uses: aeon-php/actions/.github/workflows/automation-changelog-update.yml@main | |
secrets: | |
automation_github_token: "${{ secrets.ACCESS_TOKEN }}" |