Skip to content

Commit

Permalink
ci(github): 添加通用action
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions authored and LeeEirc committed Jul 21, 2020
1 parent a3f6e33 commit 768ac12
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 45 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/jms-generic-action-handler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
on: [push, pull_request, release]

name: JumpServer repos generic handler

jobs:
generic_handler:
name: Run generic handler
runs-on: ubuntu-latest
steps:
- uses: jumpserver/action-generic-handler@master
env:
GITHUB_TOKEN: ${{ secrets.PRIVATE_TOKEN }}
45 changes: 0 additions & 45 deletions .github/workflows/pr-auto-labels.yml

This file was deleted.

0 comments on commit 768ac12

Please sign in to comment.