Skip to content

Commit

Permalink
Update reset repo workflow
Browse files Browse the repository at this point in the history
Add description and topic
  • Loading branch information
philnewm committed Nov 18, 2024
1 parent 48dc54a commit 5426e1a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/reset_test_repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ jobs:
echo "$(gh secret list --repo ${{ env.TARGET_REPO }})"
- name: Set repo description and topic
run: |
gh repo edit ${{ env.TARGET_REPO }})" --description Repository for automated action testing
gh repo edit ${{ env.TARGET_REPO }})" --add-topic testing
- name: Set repo variables
run: |
gh variable set PATCH_BUMP_LABEL --body "bugfix" --repo ${{ env.TARGET_REPO }}
Expand Down

0 comments on commit 5426e1a

Please sign in to comment.