Skip to content

Commit

Permalink
Merge pull request #1 from CCBR/basic_actions
Browse files Browse the repository at this point in the history
adding basic github actions
  • Loading branch information
kopardev authored Oct 4, 2023
2 parents 7efaf22 + bc69a8c commit 4d18879
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/auto_add_issues_to_user_kanban.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Add to personal projects

on:
issues:
types:
- assigned
pull_request:
types:
- assigned

jobs:
add-to-project:
uses: CCBR/.github/.github/workflows/[email protected]
secrets: inherit
10 changes: 10 additions & 0 deletions .github/workflows/auto_add_reponame_labels.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Auto add reponame as label to all issues and PRs

on:
issues:
pull_request:

jobs:
add_label:
uses: CCBR/.github/.github/workflows/[email protected]
secrets: inherit

0 comments on commit 4d18879

Please sign in to comment.