Skip to content

Commit 004ced3

Browse files
Exui 3114 tool to improve pr reviews v5 (#10)
* added github workflow for publishing to npm] * added release notes * fix for workflow trigger to target tags pointed to prBot commits
1 parent 74fca58 commit 004ced3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/npmpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Publish prBot Package
22

33
on:
44
push:
5-
branches:
6-
- master
5+
tags:
6+
- '*'
77
paths:
88
- 'prbot/**'
99

prBot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hmcts/pr-bot",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A bot to be used in Github Actions which posts to Slack contextual information about pull requests.",
55
"main": "dist/prBot.js",
66
"scripts": {

0 commit comments

Comments
 (0)