Skip to content

Commit

Permalink
Merge pull request #9 from lauchaves/feat-add-github-workflows
Browse files Browse the repository at this point in the history
Feat: Create .github/workflows directory
  • Loading branch information
danielcdz authored Nov 2, 2024
2 parents 410eb41 + b6dab16 commit 0926ac8
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 0926ac8

Please sign in to comment.