archidata/.github/workflows/assign-pr-author.yml

17 lines
330 B
YAML
Raw Normal View History

2024-11-06 16:01:36 +01:00
---
name: "Assign PR Author as Assignee"
2024-11-06 16:08:03 +01:00
on:
2024-11-06 16:01:36 +01:00
pull_request:
2024-11-06 16:08:03 +01:00
types:
- opened
2024-11-06 16:01:36 +01:00
jobs:
assign-pr-author-as-assignee:
runs-on: ubuntu-latest
steps:
- name: "Assign Author as Assignee"
uses: itsOliverBott/assign-pr-author-as-assignee@latest
with:
token: ${{ secrets.GITHUB_TOKEN }}