Skip to content

fix 360afchrome freeze bug #9

fix 360afchrome freeze bug

fix 360afchrome freeze bug #9

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: "Good spotting! You have created a first issue report in this repository!"
pr-message: "Good job! You have created your first pull request in this repository!"