Sha256: a2eec5a40d4cb511cf8cd28b4f690199d1af655512405b8d978f620e90380fa3

Contents?: true

Size: 428 Bytes

Versions: 1

Compression:

Stored size: 428 Bytes

Contents

name: Greetings

on: [pull_request, issues]

jobs:
  greeting:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/first-interaction@v1
      with:
        repo-token: ${{ secrets.GITHUB_TOKEN }}
        issue-message: "Hello, thanks for taking the time to open this issue. We'll get to it as soon as possible."
        pr-message: "Hello, thanks for taking the time to open this PR. We'll get to it as soon as possible."

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fawry-1.0.0 .github/workflows/greetings.yml