Solver V3 for Ruby now works on the Platform. #3088
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: jira-description-action | |
"on": | |
pull_request: | |
types: | |
- opened | |
- edited | |
jobs: | |
add-jira-description: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: cakeinpanic/jira-description-action@v0.3.2 | |
name: jira-description-action | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
jira-token: '${{ secrets.JIRA_EMAIL }}:${{ secrets.JIRA_TOKEN }}' | |
jira-base-url: https://activestatef.atlassian.net | |
jira-project-key: DX | |
use: branch |