Skip to content

Bump actions/stale from 9 to 10 #21

Bump actions/stale from 9 to 10

Bump actions/stale from 9 to 10 #21

Workflow file for this run

name: Auto-assign Issue on First PR
on:
pull_request:
types: [opened]
jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- name: Auto-assign issue to PR creator
uses: kentaro-m/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration: |
addAssignees:
author: true # Add the PR author as assignee to the linked issue
addReviewers:
author: false # Don't add reviewers to PRs
skipIfAssigneesSet: true # Skip if issue already has assignees (ensures only first PR gets assigned)