提交 2ab22eef 编写于 作者: L lishangbu

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

# 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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册