Skip to content

Commit

Permalink
feat: insert new base workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
PiluVitu committed Aug 23, 2024
1 parent f73447b commit 1cd5406
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/auto-assign.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/workflows/base-workflows.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Base Actions

on:
issue_comment:
types: [created]
pull_request:

jobs:
assignes:
uses: devhatt/workflows/.github/workflows/auto-assign.yml@main
secrets: inherit

0 comments on commit 1cd5406

Please sign in to comment.