Skip to content

chore: add workflow linting paths trigger#2566

Merged
nschonni merged 1 commit into
nodejs:mainfrom
MikeMcC399:linting-path-trigger
Jul 14, 2026
Merged

chore: add workflow linting paths trigger#2566
nschonni merged 1 commit into
nodejs:mainfrom
MikeMcC399:linting-path-trigger

Conversation

@MikeMcC399

@MikeMcC399 MikeMcC399 commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Description

For the workflows using actions/setup-node that only trigger on certain pull_request paths:

add the workflow's own path to the pull_request event trigger.

Motivation and Context

#2565 proposes a major version update to the GitHub JavaScript Action actions/setup-node from 6.4.0 to 7.0.0. This did not trigger any CI run in:

No change is needed to the following workflow, since this is already triggered by any pull request:

Testing Details

Check the workflow logs for the following, and confirm that they were each triggered by this PR:

Types of changes

  • Documentation
  • Version change (Update, remove or add more Node.js versions)
  • Variant change (Update, remove or add more variants, or versions of variants)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Other (none of the above)

Checklist

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING.md document.
  • All new and existing tests passed.

Add workflow's own path to pull_request trigger for:
- .github/workflows/doctoc.yml
- .github/workflows/markdown-link-check.yml
@MikeMcC399 MikeMcC399 added enhancement ci CI (Continuous Integration) workflows labels Jul 14, 2026
@MikeMcC399 MikeMcC399 marked this pull request as ready for review July 14, 2026 11:25
@nschonni nschonni merged commit f2f2bf1 into nodejs:main Jul 14, 2026
3 checks passed
@MikeMcC399 MikeMcC399 deleted the linting-path-trigger branch July 14, 2026 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci CI (Continuous Integration) workflows enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants