Skip to content

EPMRPP-85017 || Postfix for bucket names in binary storage #2

EPMRPP-85017 || Postfix for bucket names in binary storage

EPMRPP-85017 || Postfix for bucket names in binary storage #2

name: Update Jira Fix Version
on:
pull_request:
types: [opened, synchronize, reopened]
branches:
- 'master'
- 'main'
# paths-ignore:
# - 'readme.md'
# - 'README.md'
# - 'LICENSE'
jobs:
sync-version-with-jira-issues:
runs-on: ubuntu-latest
steps:
- name: Pull Request Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: '0'
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Install dependencies
run: pip install -r https://raw.githubusercontent.com/reportportal/jira-versions-sync/main/requirements.txt
- name: Update Jira Issues
run: python3 -c "$(wget -q -O - https://raw.githubusercontent.com/reportportal/jira-versions-sync/main/main.py)"
env:
JIRA_SERVER: ${{ vars.JIRA_SERVER }}
JIRA_TOKEN: ${{ secrets.JIRA_TOKEN }}