Skip to content

chore(deps): update docker/setup-buildx-action action to v3.8.0 #972

chore(deps): update docker/setup-buildx-action action to v3.8.0

chore(deps): update docker/setup-buildx-action action to v3.8.0 #972

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@34f15e814fe48ac9312ccf29db4e74fa767cbab7 # v1.3.0
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 }}