Skip to content

Commit

Permalink
chore: fix the missing mail address (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
imbajin authored Nov 7, 2022
1 parent 604fcca commit df09107
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ github:
required_approving_review_count: 2

notifications:
issues: issues@hugegraph.apache.org
discussions: issues@hugegraph.apache.org
pullrequests_status: dev@hugegraph.apache.org
#pullrequests_comment: issues@foo.apache.org
# Note: before use the config, we need ensure the "mail" address has set well (exist)
#pullrequests_comment: issues@hugegraph.apache.org
#issues: issues@hugegraph.apache.org
#discussions: issues@hugegraph.apache.org
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ jobs:
STATIC_DIR: assembly/static
steps:
- name: Install JDK 8
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'zulu'

- name: Cache Maven packages
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 2

Expand Down

0 comments on commit df09107

Please sign in to comment.