Skip to content

Commit 4f99dd4

Browse files
committed
add testing PR action with title and body
Signed-off-by: Andre Bossert <anb0s@anbos.de>
1 parent acd6a04 commit 4f99dd4

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/testing.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,23 @@ jobs:
2222
cache: maven
2323
- name: 'Build testing for default platform'
2424
run: 'mvn -Dsite.dir=testing clean verify'
25+
- name: Assign build.version.properties to env variable
26+
run: cat site/target/build.version.properties >> $GITHUB_ENV
2527
- name: 'Create Pull Request'
2628
uses: peter-evans/create-pull-request@v3
29+
with:
30+
title: 'testing of build ${{ env.build_version_full }}'
31+
body: |
32+
### I need help with testing of the build **${{ env.build_version_full }}**
33+
34+
It is available at the testing update site now: http://anb0s.github.io/EasyShell/testing
35+
Version: **EasyShell ${{ env.build_version_full }}**
36+
37+
**Use "Help | Install New Software...", paste the link and select the right version!**
38+
39+
### All fixed issues
40+
41+
[milestone ${{ env.build_version_unqualified }}](https://github.com/anb0s/EasyShell/milestone/8?closed=1)
42+
labels: |
43+
help wanted
44+
Version ${{ env.build_version_unqualified }}

0 commit comments

Comments
 (0)