Skip to content

Conversation

@MuhammadTahaNaveed
Copy link
Member

@MuhammadTahaNaveed MuhammadTahaNaveed commented Aug 18, 2023

  • This workflow will automatically apply labels to PRs based on the branch name whenever a new PR is opened.

  • This will help us to filter out PRs intended for a specific branch e.g PG11, PG12, PG13, PG14, PG15, master and any PR for other ongoing project branches.

  • Currently it supports only PG11, PG12, PG13, PG14, PG15 and master. We can add more by adding a new entry(as shown below) in the .github/labeler.yml file.

tag_name:
- base-branch: 'branch_name'

- This workflow will automatically apply labels to PRs based on the
  branch name.

- This will help us to filter out PRs intended for a specific branch e.g
  PG11, PG12, PG13, PG14, PG15, master and any PR for other ongoing
  project branches.

- Currently it supports only PG11, PG12, PG13, PG14, PG15 and master. We
  can add more by adding a new entry in the .github/labeler.yml file.
@MuhammadTahaNaveed MuhammadTahaNaveed changed the title Add auto apply labeler workflow for PRs Add auto apply labels workflow for PRs Aug 18, 2023
@dehowef
Copy link
Member

dehowef commented Aug 18, 2023

Looks Good

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.

4 participants