Skip to content

Commit

Permalink
ci: automation workflow
Browse files Browse the repository at this point in the history
ci: automation workflow

ci: automation workflow
  • Loading branch information
DaleSeo committed Dec 11, 2024
1 parent 88545e1 commit 06d7734
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/workflows/automation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Automation πŸ€–

on:
pull_request_target:
types: [opened, reopened]

jobs:
assign-author:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: toshimaru/auto-author-assign@v2.1.1
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Integration πŸ”„
name: Integration πŸ”€

on:
pull_request:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![Chromatic 🎨](https://github.com/DaleStudy/dale-ui/actions/workflows/chromatic.yml/badge.svg)](https://github.com/DaleStudy/dale-ui/actions/workflows/chromatic.yml)
[![Integration πŸ”€](https://github.com/DaleStudy/dale-ui/actions/workflows/integration.yml/badge.svg)](https://github.com/DaleStudy/dale-ui/actions/workflows/integration.yml)

# λ‹¬λ ˆ UI

Expand Down

0 comments on commit 06d7734

Please sign in to comment.