Skip to content

Commit

Permalink
Update greetings.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zer0Kerbal committed Jul 2, 2023
1 parent f282d91 commit c932747
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down

0 comments on commit c932747

Please sign in to comment.