Skip to content

Commit

Permalink
add new workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PiluVitu committed Aug 13, 2024
1 parent 99f0523 commit 018fe25
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 21 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/base-workflows.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Base Actions

on:
issue_comment:
types: [created]
pull_request:

jobs:
assignes:
uses: devhatt/workflows/.github/workflows/auto-assign.yml@main
with:
repository: ${{github.repository}}
pr_number: ${{github.event.pull_request.number}}
21 changes: 0 additions & 21 deletions .github/workflows/example.yml

This file was deleted.

0 comments on commit 018fe25

Please sign in to comment.