Skip to content

Commit

Permalink
#1 Create .github/workflows directory
Browse files Browse the repository at this point in the history
  • Loading branch information
lauchaves committed Nov 2, 2024
1 parent 410eb41 commit b6dab16
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Auto Assign PRs

on:
pull_request:
types: [opened, reopened]

jobs:
assign:
runs-on: ubuntu-latest
steps:
- name: Assign PR
uses: kentaro-m/[email protected]
with:
reviewers: 'danielcdz'
assignees: '${{ github.actor }}'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Empty file.

0 comments on commit b6dab16

Please sign in to comment.