From bdee886fe1e50657a10216ed04f5548fa53044e1 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Mon, 7 Aug 2023 14:49:01 -0500 Subject: [PATCH] Update greetings.yml --- .github/workflows/greetings.yml | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index e08172e..263caaa 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -1,6 +1,6 @@ -# 1.2.0.3 +# 1.2.1.0 # created: 02 Dec 2021 -# updated: 01 Jan 2023 +# updated: 15 May 2023 # An action for filtering pull requests and issues from first-time contributors. # https://github.com/marketplace/actions/first-interaction @@ -9,13 +9,25 @@ name: Greetings on: [pull_request, issues, issue_comment, discussion_comment, fork, gollum, workflow_dispatch] - +permissions: write-all jobs: greeting: runs-on: ubuntu-latest - permissions: - issues: write - pull-requests: write + permissions: write-all + # actions: write + # actions: read|write|none + # checks: read|write|none + # contents: read|write|none + # deployments: read|write|none + # id-token: read|write|none + # issues: read|write|none + # discussions: read|write|none + # packages: read|write|none + # pages: read|write|none + # pull-requests: read|write|none + # repository-projects: read|write|none + # security-events: read|write|none + # statuses: read|write|none if: ${{ github.actor != 'dependabot[bot]' }} steps: # - uses: actions/first-interaction@latest