Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
lishangbu 2021-12-29 16:11:22 +08:00
commit 2ab22eef2f
2 changed files with 1 additions and 25 deletions

View File

@ -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)

View File

@ -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>