Skip to content

Commit

Permalink
chore: remove apache stage repo & update mail rule (#433)
Browse files Browse the repository at this point in the history
Co-authored-by: imbajin <[email protected]>
  • Loading branch information
z7658329 and imbajin authored Mar 18, 2023
1 parent b138651 commit 6ac5a87
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 19 deletions.
11 changes: 7 additions & 4 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,11 @@ github:
required_approving_review_count: 2

notifications:
# use https://selfserve.apache.org to manage it
pullrequests_status: [email protected]
# Note: before use the config, we need ensure the "mail" address has set well (exist)
#pullrequests_comment: [email protected]
#issues: [email protected]
#discussions: [email protected]
pullrequests_comment: [email protected]
pullrequests_bot_dependabot: [email protected]
issues: [email protected]
issues_status: [email protected]
issues_comment: [email protected]
discussions: [email protected]
8 changes: 8 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,11 @@ jobs:

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2

dependency-review:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v3
- name: 'Dependency Review'
uses: actions/dependency-review-action@v2
15 changes: 0 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -517,19 +517,4 @@
<!-- </testResource>-->
<!-- </testResources>-->
</build>

<repositories>
<repository>
<id>staged-releases</id>
<name>staged-releases</name>
<url>https://repository.apache.org/content/groups/staging/</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
</project>

0 comments on commit 6ac5a87

Please sign in to comment.