Skip to content

Merge pull request #27 from bryanp/chg/ffi/llhttp-8.1.0 #158

Merge pull request #27 from bryanp/chg/ffi/llhttp-8.1.0

Merge pull request #27 from bryanp/chg/ffi/llhttp-8.1.0 #158

Workflow file for this run

on:
pull_request:
types:
- closed
push:
repository_dispatch:
jobs:
update-changelogs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Checkout commit tools
uses: actions/checkout@v2
with:
repository: metabahn/commit
path: .commit/tools
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
- name: Update changelogs
run: ./.commit/tools/bin/update-changelogs
env:
COMMIT__GIT_EMAIL: "bot@metabahn.com"
COMMIT__GIT_NAME: "Metabahn Bot"
COMMIT__GIT_TOKEN: ${{secrets.COMMIT_TOKEN}}
COMMIT__GIT_USER: "metabahn-bot"
update-templates:
needs:
- update-changelogs
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Checkout commit tools
uses: actions/checkout@v2
with:
repository: metabahn/commit
path: .commit/tools
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
- name: Update templates
run: ./.commit/tools/bin/update-templates
env:
COMMIT__GIT_EMAIL: "bot@metabahn.com"
COMMIT__GIT_NAME: "Metabahn Bot"
COMMIT__GIT_TOKEN: ${{secrets.COMMIT_TOKEN}}
COMMIT__GIT_USER: "metabahn-bot"