Merge branch 'main' into translations_po-adwcustomizer-pot--main_cs

This commit is contained in:
Adwaita Manager 2022-08-11 21:06:11 +01:00 committed by GitHub
commit 949c5a97f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 3 deletions

4
.github/CODEOWNERS vendored
View file

@ -1,3 +1 @@
0xMRTT
ArtyIF
daudix-UFO
@AdwCustomizerTeam/Core

16
.github/workflows/greetings.yml vendored Normal file
View file

@ -0,0 +1,16 @@
name: Greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.ACCESS_TOKEN }}
issue-message: "Welcome on Adwaita Manager. 🥳 We really appreciate your contribution. The core team will review your issue as soon as possible."
pr-message: "Welcome on Adwaita Manager. 🥳 We really appreciate your pull request. The core team will review your issue as soon as possible."