This repository has been archived by the owner on Aug 5, 2024. It is now read-only.
changed the readme to reflect that this repo is archvied #234
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Greetings | |
on: [pull_request_target, issues] | |
jobs: | |
greeting: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: 'Thank you very much for helping us to improve the quality of our software. The FHE Toolkit development team want to sincerely thank you for submitting your first issue and joining our technical community! We will get started on your issue immediately.' | |
pr-message: 'Thank you so much for sending your first pull request! We are actively trying to grow this community and cannot do it without talented contributors like you who care about quality software and the power of homomorphic encryption. Achievement unlocked, you have leveled up!' |