feat: remove create group & create gust room from connect tab #21041
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: Link and Lint PR with Jira Ticket Number | |
on: | |
pull_request: | |
types: [opened, edited, synchronize] | |
jobs: | |
add-jira-description: | |
# avoid triggering this action on dependabot PRs | |
if: ${{ github.actor != 'dependabot[bot]' }} | |
runs-on: ubuntu-latest | |
steps: | |
- uses: cakeinpanic/[email protected] | |
name: jira-description-action | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
jira-token: ${{ secrets.JIRA_TOKEN }} | |
jira-base-url: https://wearezeta.atlassian.net | |
skip-branches: '^(dev|master|release\/*)$' | |
fail-when-jira-issue-not-found: false |