Skip to content

Commit

Permalink
add new user to kdev
Browse files Browse the repository at this point in the history
  • Loading branch information
mykysha authored and mbobrovskyi committed Dec 2, 2024
1 parent 5a684d2 commit 58ef598
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/add-issues-by-user.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ on:
- vladikkuzn
- IrvingMg
- mszadkow
- mykysha
status:
description: 'Status'
required: true
Expand Down
10 changes: 9 additions & 1 deletion .github/workflows/sync-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,12 @@ jobs:
gh_user: mszadkow
status: open
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
mykysha:
uses: epam/kubernetes-kueue/.github/workflows/add-issues-by-user.yaml@main
with:
gh_repo: kubernetes-sigs/kueue
gh_user: mykysha
status: open
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 58ef598

Please sign in to comment.