Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add GitHub action to auto-assign and label pull requests
Add a new GitHub action to auto-assign pull requests to the creator and label them with `gssoc-ext`. * Create `.github/workflows/auto-assign-label-pr.yml` file * Define the name of the action as "Auto Assign and Label PR" * Trigger the action on `pull_request_target` event with `types: [opened]` * Use `actions-ecosystem/[email protected]` to add the `gssoc-ext` label * Use `actions-ecosystem/action-assign@v1` to assign the pull request to the creator --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/swaraj-das/Collect-your-GamingTools?shareId=XXXX-XXXX-XXXX-XXXX).
- Loading branch information