Skip to content

Update zircote/swagger-php requirement from 4.8.0 to 4.9.3 #2

Update zircote/swagger-php requirement from 4.8.0 to 4.9.3

Update zircote/swagger-php requirement from 4.8.0 to 4.9.3 #2

name: Auto Generator Changelog
on:
pull_request:
types: [closed] #only closed pr
branches:
- master #trigger this action if the pr is related with this branch
jobs:
update_changelog:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: main
- name: Update Changelog
uses: AntonioGally/ag-changelogger/@main
with:
commitEmail: [email protected]
commitUserName: AntonioGally
changelogPath: ./CHANGELOG.md #Relative path
githubToken: ${{ secrets.GITHUB_TOKEN }} #Github default token, PATs are recomended