Skip to content

chore(deps): bump actions/stale from 8 to 9 #104

chore(deps): bump actions/stale from 8 to 9

chore(deps): bump actions/stale from 8 to 9 #104

Workflow file for this run

name: Greetings
on: [issues, pull_request_target]
jobs:
greeting:
name: 📝 Issue comment
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
# Changed from secrets.GITHUB_TOKEN to see if the commit is verified
repo-token: ${{ secrets.ACCESS_TOKEN }}
issue-message: "Gidday @${{ github.actor }}, thank you for submitting your first issue!"
pr-message: "Gidday @${{ github.actor }}, thank you for submitting your first pull request!"
- uses: Code-Hex/[email protected]
with:
# Changed from secrets.GITHUB_TOKEN to see if the commit is verified
github-token: ${{ secrets.ACCESS_TOKEN }}
issue-labels: '["🥇 Good First Issue"]'
pr-labels: '["🥇 Good First PR"]'