Compare commits
3 Commits
abf1ddcf24
...
e8d3d628a2
Author | SHA1 | Date | |
---|---|---|---|
e8d3d628a2 | |||
9da5f589db | |||
a0a35efeaf |
15
.github/workflows/assign-pr-author.yml
vendored
Normal file
15
.github/workflows/assign-pr-author.yml
vendored
Normal 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 }}
|
1
.github/workflows/maven.yml
vendored
1
.github/workflows/maven.yml
vendored
@ -12,7 +12,6 @@ on:
|
||||
push:
|
||||
branches: [ "develop" ]
|
||||
pull_request:
|
||||
branches: [ "develop" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
2
pom.xml
2
pom.xml
@ -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>
|
||||
|
@ -1 +1 @@
|
||||
0.17.0
|
||||
0.17.1-dev
|
||||
|
Loading…
Reference in New Issue
Block a user