mirror of
https://gitee.com/log4j/pig.git
synced 2024-12-22 20:54:25 +08:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
2ab22eef2f
24
.github/workflows/issue.yml
vendored
24
.github/workflows/issue.yml
vendored
@ -1,24 +0,0 @@
|
||||
# This workflow will build a Java project with Maven
|
||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
|
||||
|
||||
name: PIG Github 自动回复消息
|
||||
|
||||
on:
|
||||
issues:
|
||||
types: [opened]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Close Issue
|
||||
if: github.repository == 'pig-mesh/pig'
|
||||
uses: peter-evans/close-issue@v1
|
||||
with:
|
||||
issue-number: ${{ github.event.issue.number }}
|
||||
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
|
||||
comment:
|
||||
您好!技术问题请在 https://issue.pig4cloud.com 反馈,
|
||||
Github 提问不会处理,此issue将自动关闭。
|
||||
![](https://minio.pigx.vip/oss/1628762721.png)
|
||||
|
@ -18,7 +18,7 @@
|
||||
<spring-boot.version>2.6.2</spring-boot.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<security.oauth.version>2.1.8.RELEASE</security.oauth.version>
|
||||
<log4j2.version>2.17.0</log4j2.version>
|
||||
<log4j2.version>2.17.1</log4j2.version>
|
||||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
<git.commit.plugin>4.9.9</git.commit.plugin>
|
||||
|
Loading…
Reference in New Issue
Block a user