Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: Greetings

on: [pull_request_target]
on: [pull_request]

jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: read

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line does not seem to be needed.

Suggested change
issues: read

pull-requests: write
if: github.repository == 'codeigniter4/CodeIgniter4'
steps:
- uses: actions/first-interaction@v1
with:
Expand Down