Skip to content

Bump codecov/codecov-action from 5.0.7 to 5.1.1 #170

Bump codecov/codecov-action from 5.0.7 to 5.1.1

Bump codecov/codecov-action from 5.0.7 to 5.1.1 #170

Workflow file for this run

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.GITHUB_TOKEN }}
issue-message: "Thank you for your interest in AlgoPlus, a maintainer will see your issue soon!"
pr-message: "Thank you for your interest in AlgoPlus, a maintainer will see your PR soon!"