Skip to content

Dependency Dashboard #288

Dependency Dashboard

Dependency Dashboard #288

Workflow file for this run

name: Greetings
permissions: read-all
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
pull-requests: write
issues: write
steps:
- name: First Interaction
uses: actions/first-interaction@1d8459ca65b335265f1285568221e229d45a995e # v1.1.1
with:
issue-message: "Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid."
pr-message: "Thanks for opening this pull request! Be sure to follow the [pull request template](https://github.com/GhostWriters/docker-packt-cli/blob/main/.github/PULL_REQUEST_TEMPLATE.md)!"
repo-token: ${{ secrets.GITHUB_TOKEN }}