Skip to content

chore: fix pull-request-lint workflow#148

Open
tiurin wants to merge 1 commit intomainfrom
chore/fix-pr-lint-workflow
Open

chore: fix pull-request-lint workflow#148
tiurin wants to merge 1 commit intomainfrom
chore/fix-pr-lint-workflow

Conversation

@tiurin
Copy link
Copy Markdown
Contributor

@tiurin tiurin commented Apr 29, 2026

Summary

Problem: lint workflow is not triggered when there are new pushes to the PR branch which blocks the PR.

  • Replace pull_request_target with pull_request (more secure — no unnecessary write access for fork PRs)
  • Drop explicit types block to use defaults: opened, synchronize, reopened
  • The workflow now also re-runs on new pushes to a PR (synchronize)

Switch from pull_request_target to pull_request and drop explicit types to use defaults (opened, synchronize, reopened).
@tiurin tiurin changed the title chore: simplify pull-request-lint workflow chore: fix pull-request-lint workflow Apr 29, 2026
Copy link
Copy Markdown
Contributor

@anisaoshafi anisaoshafi left a comment

Choose a reason for hiding this comment

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

Thanks for simplifying this 👍🏼

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants