Skip to content

Commit d68c903

Browse files
Merge pull request #216 from metanorma/cimas/update-processor-27-11-2023
2 parents 5563fb5 + 8f818a4 commit d68c903

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/workflows/automerge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
steps:
2727
- id: automerge
2828
name: automerge
29-
uses: "pascalgn/automerge-action@v0.15.3"
29+
uses: "pascalgn/automerge-action@v0.15.6"
3030
env:
3131
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

.github/workflows/rake.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
pull_request:
1010

1111
jobs:
12-
notify:
13-
uses: metanorma/ci/.github/workflows/mn-processor-rake.yml@main
12+
rake:
13+
uses: metanorma/ci/.github/workflows/generic-rake.yml@main
1414
secrets:
1515
pat_token: ${{ secrets.METANORMA_CI_PAT_TOKEN }}

.github/workflows/release.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ on:
77
inputs:
88
next_version:
99
description: |
10-
Next release version. Possible values: x.y.z, major, minor, patch or pre|rc|etc
10+
Next release version. Possible values: x.y.z, major, minor, patch (or pre|rc|etc).
11+
Also, you can pass 'skip' to skip 'git tag' and do 'gem push' for the current version
1112
required: true
1213
default: 'skip'
13-
push:
14-
tags: [ v* ]
14+
repository_dispatch:
15+
types: [ do-release ]
1516

1617
jobs:
1718
release:

0 commit comments

Comments
 (0)