Skip to content

Redesign da pagina de projetos #540

Redesign da pagina de projetos

Redesign da pagina de projetos #540

Workflow file for this run

name: Auto message for PR's and Issues
on: [pull_request, issues]
jobs:
build:
name: Hello new contributor
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Hey, thank you for opening your first Issue ! 🚀 Feel free to add assignees and tags. Also don't forget to read our README.md for contribution guidelines!\nWe'll address this issue soon ;)"
pr-message: "Hey, thank you for opening your first Pull Request ! 🚀 Don't forget to read our README.md for contribution guidelines.\nWe'll be reviewing this PR soon ;)"