Create GitHub Actions Workflow to Label PRs Modifying Workflows #130
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
User description
Summary
This pull request adds a GitHub Actions workflow that automatically labels pull requests (PRs) that modify GitHub Actions workflows. When a PR modifies files within the
.github/workflows/directory, the workflow will:workflow-modifiedlabel already exists.workflow-modifiedlabel to the PR.This label helps identify PRs that introduce changes to the workflows, making it easier to track and review modifications related to automation.
Changes Included in this PR:
.github/workflows/pr-labeler.yml.pull_request_targetevents for the.github/workflows/**path.workflow-modifiedto PRs that modify GitHub Actions workflow files.PR Type
Description
New GitHub Actions workflow file added.
Automates PR labeling for workflow modifications.
Dynamically creates and applies 'workflow-modified' label.
Changes walkthrough 📝
label-workflow-changes.yml
New workflow for labeling PR workflow changes..github/workflows/label-workflow-changes.yml