Feature/1069 chatroom復元 #5
Workflow file for this run
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: swagger.yml | |
on: | |
pull_request: | |
types: | |
- opened | |
- synchronize | |
- reopened | |
- closed | |
branches: | |
- develop | |
jobs: | |
swagger: | |
name: swagger bundle | |
permissions: | |
contents: write | |
pull-requests: write | |
timeout-minutes: 10 | |
runs-on: ubuntu-latest | |
steps: | |
- name: checkout | |
uses: actions/[email protected] | |
- name: swagger bundle | |
run: make docker/swagger/bundle | |
- name: fix swagger | |
uses: dev-hato/actions-diff-pr-management@v1 | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
branch-name-prefix: 'fix-swagger' |