Merge pull request #119 from hahwul/improve-workflows

Improve-workflows
This commit is contained in:
HAHWUL 2024-07-23 23:50:34 +09:00 committed by GitHub
commit 7eeb6b3fd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 11 additions and 23 deletions

View File

@ -1,11 +1,20 @@
---
name: Deploy
name: Continuous Deployment
on:
push:
branches: [main]
workflow_dispatch:
jobs:
Contributors:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/contributors-list@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
round: true
svgPath: images/CONTRIBUTORS.svg
Deploy:
needs: Contributors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

View File

@ -1,20 +0,0 @@
---
name: Contributors
on:
push:
branches: [main]
workflow_dispatch:
inputs:
logLevel:
description: manual run
required: false
default: ''
jobs:
contributors:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/contributors-list@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
round: true
svgPath: images/CONTRIBUTORS.svg

View File

@ -1,6 +1,5 @@
name: "Pull Request Labeler"
on:
- pull_request
on: [pull_request_target]
jobs:
labeler: