File tree Expand file tree Collapse file tree 5 files changed +18
-4
lines changed Expand file tree Collapse file tree 5 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 1
- * @ MithrilJS/Collaborators
1
+ * @ MithrilJS/Committers
2
+ /.github / @ MithrilJS/Admins
Original file line number Diff line number Diff line change
1
+ name : Ping triage on issue create
2
+
3
+ on :
4
+ issues :
5
+ types : [opened]
6
+
7
+ jobs :
8
+ notify :
9
+ runs-on : ubuntu-latest
10
+ steps :
11
+ - run : gh issue comment ${{ github.event.issue.url }} --body '@MithrilJS/triage Please take a look.'
12
+ env :
13
+ GITHUB_TOKEN : ${{ github.token }}
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
15
15
steps :
16
- - run : git clone --depth=0 https://github.com/MithrilJS/mithril.js.git && cd mithril.js
16
+ - run : git clone --depth=1 https://github.com/MithrilJS/mithril.js.git && cd mithril.js
17
17
- uses : ./.github/actions/setup
18
18
- run : npm run build
19
19
- run : npx pr-release merge --target master --source next --commit --force --clean --changelog ./docs/recent-changes.md --compact --minimize-semver-change
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
12
12
steps :
13
- - run : git clone --depth=0 https://github.com/MithrilJS/mithril.js.git && cd mithril.js
13
+ - run : git clone --depth=1 https://github.com/MithrilJS/mithril.js.git && cd mithril.js
14
14
- uses : ./.github/actions/setup
15
15
- run : npm run build
16
16
- run : npx pr-release rollback --verbose --target master --source next --verbose --ignore 'package*' --ignore docs/changelog.md --ignore docs/recent-changes.md
Original file line number Diff line number Diff line change 15
15
needs : build
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - run : git clone --depth=0 https://github.com/MithrilJS/mithril.js.git && cd mithril.js
18
+ - run : git clone --depth=1 https://github.com/MithrilJS/mithril.js.git && cd mithril.js
19
19
- uses : ./.github/actions/setup
20
20
- run : npm run build
21
21
- run : npx pr-release pr --verbose --target master --source next --compact --verbose --minimize-semver-change
You can’t perform that action at this time.
0 commit comments