Skip to content

Commit

Permalink
🎨 Bump AutoDev and fix required jira (#51)
Browse files Browse the repository at this point in the history
* 🐛 fix required step for jira

* ⬆️ bump autodev

* 📝 update documentation optionals
  • Loading branch information
flaxel authored Jul 19, 2022
1 parent 78f09b1 commit e049a54
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/template_autodev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
fetch-depth: 0

- name: Autodev
uses: staffbase/[email protected].0
uses: staffbase/[email protected].1
with:
base: ${{ inputs.base }}
branch: ${{ inputs.branch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template_jira_tagging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_call:
inputs:
name:
required: true
required: false
type: string
default: ${{ github.event.repository.name }}
tag-matcher:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ jobs:
gitops-prod: |-
your files
secrets:
# token to access the repository
# optional: token to access the repository
gitops-token: ${{ <your-gitops-token> }}
# username for the docker registry
# optional: username for the docker registry
docker-username: ${{ <your-docker-username> }}
# password for the docker registry
# optional: password for the docker registry
docker-password: ${{ <your-docker-password> }}
# optional: token to pull private npm packages
npm-token: ${{ <your-npm-token> }}
Expand All @@ -122,7 +122,7 @@ jobs:
jira_annotate:
uses: Staffbase/gha-workflows/.github/workflows/[email protected]
with:
# name of the service to add as label, default: name of the repository
# optional: name of the service to add as label, default: name of the repository
name: 'component name'
# optional: regex to match the tags
tag-matcher: your regex
Expand Down

0 comments on commit e049a54

Please sign in to comment.