Compare commits

...

3 Commits

Author SHA1 Message Date
e8d3d628a2 [FEAT] add workflow 2024-11-06 16:08:03 +01:00
9da5f589db [FEAT] auto add assignee 2024-11-06 16:01:36 +01:00
a0a35efeaf [VERSION] update dev tag version 2024-11-05 09:02:29 +01:00
4 changed files with 17 additions and 3 deletions

15
.github/workflows/assign-pr-author.yml vendored Normal file
View File

@ -0,0 +1,15 @@
---
name: "Assign PR Author as Assignee"
on:
pull_request:
types: [opened, ready_for_review, reopened]
jobs:
assign-pr-author-as-assignee:
runs-on: ubuntu-latest
steps:
- name: "Assign Author as Assignee"
uses: itsOliverBott/assign-pr-author-as-assignee@latest
with:
token: ${{ secrets.GITHUB_TOKEN }}

View File

@ -12,7 +12,6 @@ on:
push:
branches: [ "develop" ]
pull_request:
branches: [ "develop" ]
jobs:
build:

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>kangaroo-and-rabbit</groupId>
<artifactId>archidata</artifactId>
<version>0.17.0</version>
<version>0.17.1-SNAPSHOT</version>
<properties>
<java.version>21</java.version>
<maven.compiler.version>3.1</maven.compiler.version>

View File

@ -1 +1 @@
0.17.0
0.17.1-dev