BobAnkh / auto-generate-changelog

A Github Action to generate CHANGELOG automatically according to conventional commits. Feel free to contribute!
Apache License 2.0
80 stars 22 forks source link

[bug] I cannot generate changelog due to NoneType object has no attribute group Error #92

Closed arif98741 closed 1 year ago

arif98741 commented 1 year ago

Describe the bug

I was running changelog event under github actions. But getting below error as response . That's why I cannot generate changelog .

=========Here is the runner log============ Collecting charset-normalizer<3,>=2 Downloading charset_normalizer-2.1.0-py3-none-any.whl (39 kB) Collecting certifi>=2017.4.17 Downloading certifi-2022.6.15-py3-none-any.whl (1[60](https://github.com/arif98741/decathlon-project/runs/7529632918?check_suite_focus=true#step:4:61) kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.2/160.2 kB 362.9 MB/s eta 0:00:00 Collecting urllib3<1.27,>=1.21.1 Downloading urllib3-1.26.11-py2.py3-none-any.whl (139 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.9/139.9 kB 343.9 MB/s eta 0:00:00 Collecting idna<4,>=2.5 Downloading idna-3.3-py3-none-any.whl ([61](https://github.com/arif98741/decathlon-project/runs/7529632918?check_suite_focus=true#step:4:62) kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 311.8 MB/s eta 0:00:00 Collecting wrapt<2,>=1.10 Downloading wrapt-1.14.1-cp310-cp310-manylinux_2_5_x86_[64](https://github.com/arif98741/decathlon-project/runs/7529632918?check_suite_focus=true#step:4:65).manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (77 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.9/77.9 kB 309.5 MB/s eta 0:00:00 Collecting pycparser Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 337.2 MB/s eta 0:00:00 Installing collected packages: wrapt, urllib3, tqdm, PyYAML, pyjwt, pycparser, idna, charset-normalizer, certifi, requests, deprecated, cffi, pynacl, PyGithub WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv Successfully installed PyGithub-1.55 PyYAML-6.0 certifi-2022.6.15 cffi-1.15.1 charset-normalizer-2.1.0 deprecated-1.2.13 idna-3.3 pycparser-2.21 pyjwt-2.4.0 pynacl-1.5.0 requests-2.28.1 tqdm-4.64.0 urllib3-1.26.11 wrapt-1.14.1 Traceback (most recent call last): File "/main.py", line [65](https://github.com/arif98741/decathlon-project/runs/7529632918?check_suite_focus=true#step:4:66)3, in <module> main() File "/main.py", line 643, in main changelog.get_data() File "/main.py", line 1[75](https://github.com/arif98741/decathlon-project/runs/7529632918?check_suite_focus=true#step:4:76), in get_data self.get_exist_changelog() File "/main.py", line 2[82](https://github.com/arif98741/decathlon-project/runs/7529632918?check_suite_focus=true#step:4:83), in get_exist_changelog self.analyze_changelog() File "/main.py", line 302, in analyze_changelog release_tag = re.search(r'\[.*?\]', release_body).group()[1:-1] AttributeError: 'NoneType' object has no attribute 'group'

To Reproduce

NOTE:Self-contained, minimal reproducing samples are extremely helpful and will expedite addressing your issue

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

I want it be done without any issue. I previously generated changelog without any issue at all. But today I am getting . This is pretty surprising.

Screenshots

1 2

Environment

Additional context

boring-cyborg[bot] commented 1 year ago

Thanks for opening your first issue here! Be sure to follow the issue template!

BobAnkh commented 1 year ago

@arif98741 Thank you for reporting the bug.

I probably know what is the problem. This error happens when the GA tries to analyze your existing changelog which is the new feature I added in recent 2 releases. Is it convenient for you to add the link to the repo or simply paste the content of your existing changelog.md file so that I can be easier to figure out what causes the problem?

BobAnkh commented 1 year ago

I make a hotfix in new release v1.2.2 for bypassing the bug which might be helpful. If this works, I wonder if you can paste the log of the GA and your previous CHANGELOG?

arif98741 commented 1 year ago

ok. I will paste that worked in paste

arif98741 commented 1 year ago

This is working GA for generating changelog using this @BobAnkh/auto-generate-changelog in my another project

``/usr/bin/docker run --name f1554fa68151ee3b34ed6a36ba31c342c9f99_fe475b --label 6f1554 --workdir /github/workspace --rm -e INPUT_REPO_NAME -e INPUT_ACCESS_TOKEN -e INPUT_PATH -e INPUT_COMMIT_MESSAGE -e INPUT_TYPE -e INPUT_BRANCH -e INPUT_PULL_REQUEST -e INPUT_COMMITTER -e INPUT_DEFAULT_SCOPE -e INPUT_SUPPRESS_UNSCOPED -e HOME -e GITHUB_JOB -e GITHUB_REF -e GITHUB_SHA -e GITHUB_REPOSITORY -e GITHUB_REPOSITORY_OWNER -e GITHUB_RUN_ID -e GITHUB_RUN_NUMBER -e GITHUB_RETENTION_DAYS -e GITHUB_RUN_ATTEMPT -e GITHUB_ACTOR -e GITHUB_WORKFLOW -e GITHUB_HEAD_REF -e GITHUB_BASE_REF -e GITHUB_EVENT_NAME -e GITHUB_SERVER_URL -e GITHUB_API_URL -e GITHUB_GRAPHQL_URL -e GITHUB_REF_NAME -e GITHUB_REF_PROTECTED -e GITHUB_REF_TYPE -e GITHUB_WORKSPACE -e GITHUB_ACTION -e GITHUB_EVENT_PATH -e GITHUB_ACTION_REPOSITORY -e GITHUB_ACTION_REF -e GITHUB_PATH -e GITHUB_ENV -e GITHUB_STEP_SUMMARY -e RUNNER_OS -e RUNNER_ARCH -e RUNNER_NAME -e RUNNER_TOOL_CACHE -e RUNNER_TEMP -e RUNNER_WORKSPACE -e ACTIONS_RUNTIME_URL -e ACTIONS_RUNTIME_TOKEN -e ACTIONS_CACHE_URL -e GITHUB_ACTIONS=true -e CI=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/_temp/_runner_file_commands":"/github/file_commands" -v "/home/runner/work/takecareweb/takecareweb":"/github/workspace" 6f1554:fa68151ee3b34ed6a36ba31c342c9f99 WARNING: The directory '/github/home/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag. Requirement already satisfied: pip in /usr/local/lib/python3.9/site-packages (21.2.4) Collecting pip Downloading pip-22.1.2-py3-none-any.whl (2.1 MB) Requirement already satisfied: setuptools in /usr/local/lib/python3.9/site-packages (57.5.0) Collecting setuptools Downloading setuptools-62.3.2-py3-none-any.whl (1.2 MB) Requirement already satisfied: wheel in /usr/local/lib/python3.9/site-packages (0.37.0) Collecting wheel Downloading wheel-0.37.1-py2.py3-none-any.whl (35 kB) Installing collected packages: wheel, setuptools, pip Attempting uninstall: wheel Found existing installation: wheel 0.37.0 Uninstalling wheel-0.37.0: Successfully uninstalled wheel-0.37.0 Attempting uninstall: setuptools Found existing installation: setuptools 57.5.0 Uninstalling setuptools-57.5.0: Successfully uninstalled setuptools-57.5.0 Attempting uninstall: pip Found existing installation: pip 21.2.4 Uninstalling pip-21.2.4: Successfully uninstalled pip-21.2.4 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv Successfully installed pip-22.1.2 setuptools-62.3.2 wheel-0.37.1 WARNING: The directory '/github/home/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag. Collecting PyGithub==1.55 Downloading PyGithub-1.55-py3-none-any.whl (291 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 291.7/291.7 kB 14.8 MB/s eta 0:00:00 Collecting PyYAML==6.0 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 661.8/661.8 kB 83.8 MB/s eta 0:00:00 Collecting tqdm==4.64.0 Downloading tqdm-4.64.0-py2.py3-none-any.whl (78 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.4/78.4 kB 164.7 MB/s eta 0:00:00 Collecting pynacl>=1.4.0 Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.7/856.7 kB 145.5 MB/s eta 0:00:00 Collecting pyjwt>=2.0 Downloading PyJWT-2.4.0-py3-none-any.whl (18 kB) Collecting deprecated Downloading Deprecated-1.2.13-py2.py3-none-any.whl (9.6 kB) Collecting requests>=2.14.0 Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.1/63.1 kB 154.2 MB/s eta 0:00:00 Collecting cffi>=1.4.1 Downloading cffi-1.15.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (444 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 444.3/444.3 kB 157.2 MB/s eta 0:00:00 Collecting idna<4,>=2.5 Downloading idna-3.3-py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 151.2 MB/s eta 0:00:00 Collecting urllib3<1.27,>=1.21.1 Downloading urllib3-1.26.9-py2.py3-none-any.whl (138 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.0/139.0 kB 163.6 MB/s eta 0:00:00 Collecting certifi>=2017.4.17 Downloading certifi-2022.5.18.1-py3-none-any.whl (155 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.2/155.2 kB 134.3 MB/s eta 0:00:00 Collecting charset-normalizer~=2.0.0 Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB) Collecting wrapt<2,>=1.10 Downloading wrapt-1.14.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (77 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.8/77.8 kB 158.0 MB/s eta 0:00:00 Collecting pycparser Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 139.6 MB/s eta 0:00:00 Installing collected packages: wrapt, urllib3, tqdm, PyYAML, pyjwt, pycparser, idna, charset-normalizer, certifi, requests, deprecated, cffi, pynacl, PyGithub WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv Successfully installed PyGithub-1.55 PyYAML-6.0 certifi-2022.5.18.1 cffi-1.15.0 charset-normalizer-2.0.12 deprecated-1.2.13 idna-3.3 pycparser-2.21 pyjwt-2.4.0 pynacl-1.5.0 requests-2.27.1 tqdm-4.64.0 urllib3-1.26.9 wrapt-1.14.1

Commits progress: 0%| | 0/322 [00:00<?, ?it/s] Commits progress: 0%| | 1/322 [00:00<01:27, 3.68it/s] Commits progress: 1%| | 2/322 [00:00<01:00, 5.28it/s] Commits progress: 1%| | 3/322 [00:00<00:50, 6.26it/s] Commits progress: 1%| | 4/322 [00:00<00:47, 6.71it/s] Commits progress: 2%|▏ | 5/322 [00:00<00:48, 6.52it/s] Commits progress: 2%|▏ | 6/322 [00:00<00:49, 6.42it/s] Commits progress: 2%|▏ | 7/322 [00:01<00:45, 6.92it/s] Commits progress: 2%|▏ | 8/322 [00:01<00:45, 6.92it/s] Commits progress: 3%|▎ | 9/322 [00:01<00:46, 6.78it/s] Commits progress: 3%|▎ | 10/322 [00:01<00:46, 6.67it/s] Commits progress: 3%|▎ | 11/322 [00:01<00:46, 6.73it/s] Commits progress: 4%|▎ | 12/322 [00:01<00:43, 7.08it/s] Commits progress: 4%|▍ | 13/322 [00:02<00:46, 6.62it/s] Commits progress: 4%|▍ | 14/322 [00:02<00:43, 7.15it/s] Commits progress: 5%|▍ | 15/322 [00:02<00:41, 7.42it/s] Commits progress: 5%|▍ | 16/322 [00:02<00:41, 7.46it/s] Commits progress: 5%|▌ | 17/322 [00:02<00:44, 6.89it/s] Commits progress: 6%|▌ | 18/322 [00:02<00:42, 7.17it/s] Commits progress: 6%|▌ | 19/322 [00:02<00:42, 7.17it/s] Commits progress: 6%|▌ | 20/322 [00:02<00:43, 6.99it/s] Commits progress: 7%|▋ | 21/322 [00:03<00:41, 7.30it/s] Commits progress: 7%|▋ | 22/322 [00:03<00:39, 7.55it/s] Commits progress: 7%|▋ | 23/322 [00:03<00:53, 5.61it/s] Commits progress: 7%|▋ | 24/322 [00:03<00:51, 5.79it/s] Commits progress: 8%|▊ | 25/322 [00:03<00:49, 6.05it/s] Commits progress: 8%|▊ | 26/322 [00:03<00:45, 6.52it/s] Commits progress: 8%|▊ | 27/322 [00:04<00:41, 7.08it/s] Commits progress: 9%|▊ | 28/322 [00:04<00:39, 7.38it/s] Commits progress: 9%|▉ | 29/322 [00:04<00:41, 6.99it/s] Commits progress: 9%|▉ | 30/322 [00:04<00:39, 7.32it/s] Commits progress: 10%|▉ | 31/322 [00:04<00:37, 7.70it/s] Commits progress: 10%|▉ | 32/322 [00:04<00:40, 7.17it/s] Commits progress: 10%|█ | 33/322 [00:04<00:38, 7.55it/s] Commits progress: 11%|█ | 34/322 [00:04<00:39, 7.33it/s] Commits progress: 11%|█ | 35/322 [00:05<00:37, 7.56it/s] Commits progress: 11%|█ | 36/322 [00:05<00:37, 7.56it/s] Commits progress: 11%|█▏ | 37/322 [00:05<00:40, 7.11it/s] Commits progress: 12%|█▏ | 38/322 [00:05<00:38, 7.37it/s] Commits progress: 12%|█▏ | 39/322 [00:05<00:36, 7.67it/s] Commits progress: 12%|█▏ | 40/322 [00:05<00:35, 7.87it/s] Commits progress: 13%|█▎ | 41/322 [00:05<00:35, 7.91it/s] Commits progress: 13%|█▎ | 42/322 [00:05<00:34, 8.15it/s] Commits progress: 13%|█▎ | 43/322 [00:06<00:37, 7.45it/s] Commits progress: 14%|█▎ | 44/322 [00:06<00:38, 7.25it/s] Commits progress: 14%|█▍ | 45/322 [00:06<00:39, 7.07it/s] Commits progress: 14%|█▍ | 46/322 [00:06<00:38, 7.09it/s] Commits progress: 15%|█▍ | 47/322 [00:06<00:39, 7.05it/s] Commits progress: 15%|█▍ | 48/322 [00:06<00:36, 7.44it/s] Commits progress: 15%|█▌ | 49/322 [00:06<00:37, 7.37it/s] Commits progress: 16%|█▌ | 50/322 [00:07<00:35, 7.57it/s] Commits progress: 16%|█▌ | 51/322 [00:07<00:35, 7.72it/s] Commits progress: 16%|█▌ | 52/322 [00:07<00:34, 7.80it/s] Commits progress: 16%|█▋ | 53/322 [00:07<00:49, 5.45it/s] Commits progress: 17%|█▋ | 54/322 [00:07<00:43, 6.11it/s] Commits progress: 17%|█▋ | 55/322 [00:07<00:43, 6.11it/s] Commits progress: 17%|█▋ | 56/322 [00:08<00:43, 6.15it/s] Commits progress: 18%|█▊ | 57/322 [00:08<00:39, 6.69it/s] Commits progress: 18%|█▊ | 58/322 [00:08<00:37, 6.96it/s] Commits progress: 18%|█▊ | 59/322 [00:08<00:38, 6.80it/s] Commits progress: 19%|█▊ | 60/322 [00:08<00:36, 7.19it/s] Commits progress: 19%|█▉ | 61/322 [00:08<00:36, 7.24it/s] Commits progress: 19%|█▉ | 62/322 [00:08<00:34, 7.51it/s] Commits progress: 20%|█▉ | 63/322 [00:09<00:34, 7.53it/s] Commits progress: 20%|█▉ | 64/322 [00:09<00:33, 7.73it/s] Commits progress: 20%|██ | 65/322 [00:09<00:33, 7.70it/s] Commits progress: 20%|██ | 66/322 [00:09<00:31, 8.05it/s] Commits progress: 21%|██ | 67/322 [00:09<00:31, 8.14it/s] Commits progress: 21%|██ | 68/322 [00:09<00:31, 8.15it/s] Commits progress: 21%|██▏ | 69/322 [00:09<00:30, 8.27it/s] Commits progress: 22%|██▏ | 70/322 [00:09<00:31, 8.11it/s] Commits progress: 22%|██▏ | 71/322 [00:10<00:30, 8.10it/s] Commits progress: 22%|██▏ | 72/322 [00:10<00:33, 7.41it/s] Commits progress: 23%|██▎ | 73/322 [00:10<00:32, 7.66it/s] Commits progress: 23%|██▎ | 74/322 [00:10<00:35, 6.94it/s] Commits progress: 23%|██▎ | 75/322 [00:10<00:38, 6.40it/s] Commits progress: 24%|██▎ | 76/322 [00:10<00:36, 6.71it/s] Commits progress: 24%|██▍ | 77/322 [00:10<00:35, 6.90it/s] Commits progress: 24%|██▍ | 78/322 [00:11<00:33, 7.28it/s] Commits progress: 25%|██▍ | 79/322 [00:11<00:33, 7.21it/s] Commits progress: 25%|██▍ | 80/322 [00:11<00:33, 7.16it/s] Commits progress: 25%|██▌ | 81/322 [00:11<00:34, 6.99it/s] Commits progress: 25%|██▌ | 82/322 [00:11<00:32, 7.33it/s] Commits progress: 26%|██▌ | 83/322 [00:11<00:44, 5.32it/s] Commits progress: 26%|██▌ | 84/322 [00:12<00:39, 6.07it/s] Commits progress: 26%|██▋ | 85/322 [00:12<00:35, 6.66it/s] Commits progress: 27%|██▋ | 86/322 [00:12<00:32, 7.20it/s] Commits progress: 27%|██▋ | 87/322 [00:12<00:33, 7.04it/s] Commits progress: 27%|██▋ | 88/322 [00:12<00:41, 5.65it/s] Commits progress: 28%|██▊ | 89/322 [00:12<00:39, 5.97it/s] Commits progress: 28%|██▊ | 90/322 [00:12<00:36, 6.30it/s] Commits progress: 28%|██▊ | 91/322 [00:13<00:33, 6.86it/s] Commits progress: 29%|██▊ | 92/322 [00:13<00:35, 6.48it/s] Commits progress: 29%|██▉ | 93/322 [00:13<00:33, 6.86it/s] Commits progress: 29%|██▉ | 94/322 [00:13<00:31, 7.32it/s] Commits progress: 30%|██▉ | 95/322 [00:13<00:29, 7.59it/s] Commits progress: 30%|██▉ | 96/322 [00:13<00:28, 7.92it/s] Commits progress: 30%|███ | 97/322 [00:13<00:28, 7.80it/s] Commits progress: 30%|███ | 98/322 [00:13<00:27, 8.12it/s] Commits progress: 31%|███ | 99/322 [00:14<00:26, 8.35it/s] Commits progress: 31%|███ | 100/322 [00:14<00:27, 7.97it/s] Commits progress: 31%|███▏ | 101/322 [00:14<00:29, 7.62it/s] Commits progress: 32%|███▏ | 102/322 [00:14<00:28, 7.70it/s] Commits progress: 32%|███▏ | 103/322 [00:14<00:28, 7.75it/s] Commits progress: 32%|███▏ | 104/322 [00:14<00:28, 7.72it/s] Commits progress: 33%|███▎ | 105/322 [00:14<00:27, 7.76it/s] Commits progress: 33%|███▎ | 106/322 [00:14<00:27, 7.99it/s] Commits progress: 33%|███▎ | 107/322 [00:15<00:26, 8.09it/s] Commits progress: 34%|███▎ | 108/322 [00:15<00:27, 7.88it/s] Commits progress: 34%|███▍ | 109/322 [00:15<00:27, 7.68it/s] Commits progress: 34%|███▍ | 110/322 [00:15<00:27, 7.67it/s] Commits progress: 34%|███▍ | 111/322 [00:15<00:26, 7.98it/s] Commits progress: 35%|███▍ | 112/322 [00:15<00:26, 8.01it/s] Commits progress: 35%|███▌ | 113/322 [00:16<00:41, 5.08it/s] Commits progress: 35%|███▌ | 114/322 [00:16<00:35, 5.80it/s] Commits progress: 36%|███▌ | 115/322 [00:16<00:34, 5.93it/s] Commits progress: 36%|███▌ | 116/322 [00:16<00:32, 6.43it/s] Commits progress: 36%|███▋ | 117/322 [00:16<00:29, 6.85it/s] Commits progress: 37%|███▋ | 118/322 [00:16<00:28, 7.16it/s] Commits progress: 37%|███▋ | 119/322 [00:16<00:27, 7.41it/s] Commits progress: 37%|███▋ | 120/322 [00:17<00:30, 6.71it/s] Commits progress: 38%|███▊ | 121/322 [00:17<00:28, 7.14it/s] Commits progress: 38%|███▊ | 122/322 [00:17<00:27, 7.14it/s] Commits progress: 38%|███▊ | 123/322 [00:17<00:29, 6.69it/s] Commits progress: 39%|███▊ | 124/322 [00:17<00:30, 6.51it/s] Commits progress: 39%|███▉ | 125/322 [00:17<00:29, 6.58it/s] Commits progress: 39%|███▉ | 126/322 [00:17<00:28, 6.88it/s] Commits progress: 39%|███▉ | 127/322 [00:18<00:26, 7.34it/s] Commits progress: 40%|███▉ | 128/322 [00:18<00:25, 7.51it/s] Commits progress: 40%|████ | 129/322 [00:18<00:25, 7.58it/s] Commits progress: 40%|████ | 130/322 [00:18<00:26, 7.32it/s] Commits progress: 41%|████ | 131/322 [00:18<00:26, 7.27it/s] Commits progress: 41%|████ | 132/322 [00:18<00:24, 7.61it/s] Commits progress: 41%|████▏ | 133/322 [00:18<00:26, 7.23it/s] Commits progress: 42%|████▏ | 134/322 [00:18<00:26, 7.06it/s] Commits progress: 42%|████▏ | 135/322 [00:19<00:25, 7.45it/s] Commits progress: 42%|████▏ | 136/322 [00:19<00:23, 7.75it/s] Commits progress: 43%|████▎ | 137/322 [00:19<00:23, 7.95it/s] Commits progress: 43%|████▎ | 138/322 [00:19<00:25, 7.22it/s] Commits progress: 43%|████▎ | 139/322 [00:19<00:24, 7.58it/s] Commits progress: 43%|████▎ | 140/322 [00:19<00:24, 7.43it/s] Commits progress: 44%|████▍ | 141/322 [00:20<00:30, 5.98it/s] Commits progress: 44%|████▍ | 142/322 [00:20<00:28, 6.35it/s] Commits progress: 44%|████▍ | 143/322 [00:21<01:43, 1.73it/s] Commits progress: 45%|████▍ | 144/322 [00:21<01:21, 2.19it/s] Commits progress: 45%|████▌ | 145/322 [00:22<01:03, 2.80it/s] Commits progress: 45%|████▌ | 146/322 [00:22<00:51, 3.39it/s] Commits progress: 46%|████▌ | 147/322 [00:22<00:42, 4.12it/s] Commits progress: 46%|████▌ | 148/322 [00:22<00:39, 4.43it/s] Commits progress: 46%|████▋ | 149/322 [00:22<00:33, 5.12it/s] Commits progress: 47%|████▋ | 150/322 [00:22<00:30, 5.60it/s] Commits progress: 47%|████▋ | 151/322 [00:22<00:28, 6.08it/s] Commits progress: 47%|████▋ | 152/322 [00:22<00:26, 6.35it/s] Commits progress: 48%|████▊ | 153/322 [00:23<00:25, 6.63it/s] Commits progress: 48%|████▊ | 154/322 [00:23<00:24, 6.96it/s] Commits progress: 48%|████▊ | 155/322 [00:23<00:23, 6.99it/s] Commits progress: 48%|████▊ | 156/322 [00:23<00:23, 7.09it/s] Commits progress: 49%|████▉ | 157/322 [00:23<00:22, 7.27it/s] Commits progress: 49%|████▉ | 158/322 [00:23<00:22, 7.33it/s] Commits progress: 49%|████▉ | 159/322 [00:23<00:24, 6.69it/s] Commits progress: 50%|████▉ | 160/322 [00:24<00:25, 6.44it/s] Commits progress: 50%|█████ | 161/322 [00:24<00:24, 6.55it/s] Commits progress: 50%|█████ | 162/322 [00:24<00:25, 6.19it/s] Commits progress: 51%|█████ | 163/322 [00:24<00:26, 6.11it/s] Commits progress: 51%|█████ | 164/322 [00:24<00:24, 6.51it/s] Commits progress: 51%|█████ | 165/322 [00:24<00:24, 6.51it/s] Commits progress: 52%|█████▏ | 166/322 [00:25<00:24, 6.42it/s] Commits progress: 52%|█████▏ | 167/322 [00:25<00:23, 6.46it/s] Commits progress: 52%|█████▏ | 168/322 [00:25<00:23, 6.51it/s] Commits progress: 52%|█████▏ | 169/322 [00:25<00:23, 6.42it/s] Commits progress: 53%|█████▎ | 170/322 [00:25<00:22, 6.66it/s] Commits progress: 53%|█████▎ | 171/322 [00:25<00:21, 7.10it/s] Commits progress: 53%|█████▎ | 172/322 [00:25<00:20, 7.15it/s] Commits progress: 54%|█████▎ | 173/322 [00:26<00:28, 5.22it/s] Commits progress: 54%|█████▍ | 174/322 [00:26<00:26, 5.61it/s] Commits progress: 54%|█████▍ | 175/322 [00:26<00:23, 6.17it/s] Commits progress: 55%|█████▍ | 176/322 [00:26<00:21, 6.66it/s] Commits progress: 55%|█████▍ | 177/322 [00:26<00:21, 6.72it/s] Commits progress: 55%|█████▌ | 178/322 [00:26<00:22, 6.31it/s] Commits progress: 56%|█████▌ | 179/322 [00:27<00:23, 6.21it/s] Commits progress: 56%|█████▌ | 180/322 [00:27<00:24, 5.85it/s] Commits progress: 56%|█████▌ | 181/322 [00:27<00:25, 5.52it/s] Commits progress: 57%|█████▋ | 182/322 [00:27<00:23, 5.96it/s] Commits progress: 57%|█████▋ | 183/322 [00:27<00:22, 6.22it/s] Commits progress: 57%|█████▋ | 184/322 [00:27<00:20, 6.59it/s] Commits progress: 57%|█████▋ | 185/322 [00:28<00:19, 7.06it/s] Commits progress: 58%|█████▊ | 186/322 [00:28<00:18, 7.35it/s] Commits progress: 58%|█████▊ | 187/322 [00:28<00:18, 7.29it/s] Commits progress: 58%|█████▊ | 188/322 [00:28<00:20, 6.48it/s] Commits progress: 59%|█████▊ | 189/322 [00:28<00:18, 7.04it/s] Commits progress: 59%|█████▉ | 190/322 [00:28<00:19, 6.91it/s] Commits progress: 59%|█████▉ | 191/322 [00:28<00:19, 6.61it/s] Commits progress: 60%|█████▉ | 192/322 [00:29<00:24, 5.35it/s] Commits progress: 60%|█████▉ | 193/322 [00:29<00:21, 6.01it/s] Commits progress: 60%|██████ | 194/322 [00:29<00:19, 6.48it/s] Commits progress: 61%|██████ | 195/322 [00:29<00:18, 6.97it/s] Commits progress: 61%|██████ | 196/322 [00:29<00:19, 6.47it/s] Commits progress: 61%|██████ | 197/322 [00:29<00:18, 6.91it/s] Commits progress: 61%|██████▏ | 198/322 [00:30<00:17, 7.04it/s] Commits progress: 62%|██████▏ | 199/322 [00:30<00:17, 7.18it/s] Commits progress: 62%|██████▏ | 200/322 [00:30<00:17, 6.91it/s] Commits progress: 62%|██████▏ | 201/322 [00:30<00:16, 7.13it/s] Commits progress: 63%|██████▎ | 202/322 [00:30<00:16, 7.48it/s] Commits progress: 63%|██████▎ | 203/322 [00:30<00:21, 5.53it/s] Commits progress: 63%|██████▎ | 204/322 [00:31<00:20, 5.62it/s] Commits progress: 64%|██████▎ | 205/322 [00:31<00:20, 5.75it/s] Commits progress: 64%|██████▍ | 206/322 [00:31<00:18, 6.30it/s] Commits progress: 64%|██████▍ | 207/322 [00:31<00:16, 6.91it/s] Commits progress: 65%|██████▍ | 208/322 [00:31<00:15, 7.28it/s] Commits progress: 65%|██████▍ | 209/322 [00:31<00:15, 7.37it/s] Commits progress: 65%|██████▌ | 210/322 [00:31<00:14, 7.73it/s] Commits progress: 66%|██████▌ | 211/322 [00:31<00:14, 7.73it/s] Commits progress: 66%|██████▌ | 212/322 [00:32<00:13, 7.91it/s] Commits progress: 66%|██████▌ | 213/322 [00:32<00:13, 7.93it/s] Commits progress: 66%|██████▋ | 214/322 [00:32<00:13, 8.04it/s] Commits progress: 67%|██████▋ | 215/322 [00:32<00:13, 8.06it/s] Commits progress: 67%|██████▋ | 216/322 [00:32<00:13, 8.09it/s] Commits progress: 67%|██████▋ | 217/322 [00:32<00:13, 7.83it/s] Commits progress: 68%|██████▊ | 218/322 [00:32<00:12, 8.15it/s] Commits progress: 68%|██████▊ | 219/322 [00:32<00:12, 8.35it/s] Commits progress: 68%|██████▊ | 220/322 [00:33<00:12, 8.35it/s] Commits progress: 69%|██████▊ | 221/322 [00:33<00:13, 7.58it/s] Commits progress: 69%|██████▉ | 222/322 [00:33<00:13, 7.56it/s] Commits progress: 69%|██████▉ | 223/322 [00:33<00:12, 7.85it/s] Commits progress: 70%|██████▉ | 224/322 [00:33<00:13, 7.45it/s] Commits progress: 70%|██████▉ | 225/322 [00:33<00:12, 7.77it/s] Commits progress: 70%|███████ | 226/322 [00:33<00:11, 8.06it/s] Commits progress: 70%|███████ | 227/322 [00:33<00:12, 7.62it/s] Commits progress: 71%|███████ | 228/322 [00:34<00:11, 7.89it/s] Commits progress: 71%|███████ | 229/322 [00:34<00:12, 7.38it/s] Commits progress: 71%|███████▏ | 230/322 [00:34<00:13, 6.87it/s] Commits progress: 72%|███████▏ | 231/322 [00:34<00:14, 6.24it/s] Commits progress: 72%|███████▏ | 232/322 [00:34<00:14, 6.37it/s] Commits progress: 72%|███████▏ | 233/322 [00:35<00:17, 5.12it/s] Commits progress: 73%|███████▎ | 234/322 [00:35<00:15, 5.77it/s] Commits progress: 73%|███████▎ | 235/322 [00:35<00:13, 6.24it/s] Commits progress: 73%|███████▎ | 236/322 [00:35<00:12, 6.69it/s] Commits progress: 74%|███████▎ | 237/322 [00:35<00:12, 7.08it/s] Commits progress: 74%|███████▍ | 238/322 [00:35<00:11, 7.31it/s] Commits progress: 74%|███████▍ | 239/322 [00:35<00:10, 7.71it/s] Commits progress: 75%|███████▍ | 240/322 [00:35<00:10, 7.83it/s] Commits progress: 75%|███████▍ | 241/322 [00:36<00:10, 7.54it/s] Commits progress: 75%|███████▌ | 242/322 [00:36<00:10, 7.56it/s] Commits progress: 75%|███████▌ | 243/322 [00:36<00:10, 7.62it/s] Commits progress: 76%|███████▌ | 244/322 [00:36<00:09, 7.90it/s] Commits progress: 76%|███████▌ | 245/322 [00:36<00:09, 8.05it/s] Commits progress: 76%|███████▋ | 246/322 [00:36<00:09, 8.16it/s] Commits progress: 77%|███████▋ | 247/322 [00:36<00:10, 7.39it/s] Commits progress: 77%|███████▋ | 248/322 [00:36<00:09, 7.60it/s] Commits progress: 77%|███████▋ | 249/322 [00:37<00:09, 7.63it/s] Commits progress: 78%|███████▊ | 250/322 [00:37<00:11, 6.44it/s] Commits progress: 78%|███████▊ | 251/322 [00:37<00:10, 6.94it/s] Commits progress: 78%|███████▊ | 252/322 [00:37<00:10, 6.52it/s] Commits progress: 79%|███████▊ | 253/322 [00:37<00:09, 7.00it/s] Commits progress: 79%|███████▉ | 254/322 [00:37<00:10, 6.62it/s] Commits progress: 79%|███████▉ | 255/322 [00:37<00:09, 7.09it/s] Commits progress: 80%|███████▉ | 256/322 [00:38<00:09, 7.28it/s] Commits progress: 80%|███████▉ | 257/322 [00:38<00:08, 7.64it/s] Commits progress: 80%|████████ | 258/322 [00:38<00:07, 8.05it/s] Commits progress: 80%|████████ | 259/322 [00:38<00:07, 8.34it/s] Commits progress: 81%|████████ | 260/322 [00:38<00:07, 8.05it/s] Commits progress: 81%|████████ | 261/322 [00:38<00:07, 8.15it/s] Commits progress: 81%|████████▏ | 262/322 [00:38<00:08, 7.42it/s] Commits progress: 82%|████████▏ | 263/322 [00:39<00:10, 5.57it/s] Commits progress: 82%|████████▏ | 264/322 [00:39<00:09, 5.96it/s] Commits progress: 82%|████████▏ | 265/322 [00:39<00:08, 6.50it/s] Commits progress: 83%|████████▎ | 266/322 [00:39<00:07, 7.03it/s] Commits progress: 83%|████████▎ | 267/322 [00:39<00:07, 6.89it/s] Commits progress: 83%|████████▎ | 268/322 [00:39<00:08, 6.38it/s] Commits progress: 84%|████████▎ | 269/322 [00:39<00:07, 6.75it/s] Commits progress: 84%|████████▍ | 270/322 [00:40<00:07, 6.91it/s] Commits progress: 84%|████████▍ | 271/322 [00:40<00:06, 7.30it/s] Commits progress: 84%|████████▍ | 272/322 [00:40<00:06, 7.65it/s] Commits progress: 85%|████████▍ | 273/322 [00:40<00:06, 7.91it/s] Commits progress: 85%|████████▌ | 274/322 [00:40<00:06, 7.90it/s] Commits progress: 85%|████████▌ | 275/322 [00:40<00:05, 8.02it/s] Commits progress: 86%|████████▌ | 276/322 [00:40<00:05, 7.87it/s] Commits progress: 86%|████████▌ | 277/322 [00:40<00:05, 7.88it/s] Commits progress: 86%|████████▋ | 278/322 [00:41<00:06, 7.24it/s] Commits progress: 87%|████████▋ | 279/322 [00:41<00:05, 7.23it/s] Commits progress: 87%|████████▋ | 280/322 [00:41<00:06, 6.87it/s] Commits progress: 87%|████████▋ | 281/322 [00:41<00:05, 6.89it/s] Commits progress: 88%|████████▊ | 282/322 [00:41<00:05, 7.16it/s] Commits progress: 88%|████████▊ | 283/322 [00:41<00:05, 7.51it/s] Commits progress: 88%|████████▊ | 284/322 [00:41<00:04, 7.93it/s] Commits progress: 89%|████████▊ | 285/322 [00:42<00:04, 7.48it/s] Commits progress: 89%|████████▉ | 286/322 [00:42<00:04, 7.83it/s] Commits progress: 89%|████████▉ | 287/322 [00:42<00:04, 7.98it/s] Commits progress: 89%|████████▉ | 288/322 [00:42<00:04, 8.19it/s] Commits progress: 90%|████████▉ | 289/322 [00:42<00:03, 8.37it/s] Commits progress: 90%|█████████ | 290/322 [00:42<00:03, 8.17it/s] Commits progress: 90%|█████████ | 291/322 [00:42<00:03, 8.52it/s] Commits progress: 91%|█████████ | 292/322 [00:42<00:03, 8.44it/s] Commits progress: 91%|█████████ | 293/322 [00:43<00:04, 6.26it/s] Commits progress: 91%|█████████▏| 294/322 [00:43<00:04, 6.18it/s] Commits progress: 92%|█████████▏| 295/322 [00:43<00:04, 6.74it/s] Commits progress: 92%|█████████▏| 296/322 [00:43<00:03, 7.14it/s] Commits progress: 92%|█████████▏| 297/322 [00:43<00:03, 7.57it/s] Commits progress: 93%|█████████▎| 298/322 [00:43<00:03, 7.17it/s] Commits progress: 93%|█████████▎| 299/322 [00:43<00:03, 7.40it/s] Commits progress: 93%|█████████▎| 300/322 [00:44<00:02, 7.81it/s] Commits progress: 93%|█████████▎| 301/322 [00:44<00:03, 6.76it/s] Commits progress: 94%|█████████▍| 302/322 [00:44<00:02, 6.69it/s] Commits progress: 94%|█████████▍| 303/322 [00:44<00:02, 7.18it/s] Commits progress: 94%|█████████▍| 304/322 [00:44<00:02, 7.21it/s] Commits progress: 95%|█████████▍| 305/322 [00:44<00:02, 6.56it/s] Commits progress: 95%|█████████▌| 306/322 [00:44<00:02, 6.87it/s] Commits progress: 95%|█████████▌| 307/322 [00:45<00:02, 7.41it/s] Commits progress: 96%|█████████▌| 308/322 [00:45<00:01, 7.66it/s] Commits progress: 96%|█████████▌| 309/322 [00:45<00:01, 7.71it/s] Commits progress: 96%|█████████▋| 310/322 [00:45<00:01, 7.98it/s] Commits progress: 97%|█████████▋| 311/322 [00:45<00:01, 8.05it/s] Commits progress: 97%|█████████▋| 312/322 [00:45<00:01, 8.40it/s] Commits progress: 97%|█████████▋| 313/322 [00:45<00:01, 7.97it/s] Commits progress: 98%|█████████▊| 314/322 [00:45<00:00, 8.12it/s] Commits progress: 98%|█████████▊| 315/322 [00:46<00:00, 7.97it/s] Commits progress: 98%|█████████▊| 316/322 [00:46<00:00, 7.12it/s] Commits progress: 98%|█████████▊| 317/322 [00:46<00:00, 6.87it/s] Commits progress: 99%|█████████▉| 318/322 [00:46<00:00, 7.23it/s] Commits progress: 99%|█████████▉| 319/322 [00:46<00:00, 7.48it/s] Commits progress: 99%|█████████▉| 320/322 [00:46<00:00, 7.68it/s] Commits progress: 100%|█████████▉| 321/322 [00:46<00:00, 6.49it/s] Commits progress: 100%|██████████| 322/322 [00:47<00:00, 6.36it/s] Commits progress: 100%|██████████| 322/322 [00:47<00:00, 6.83it/s] [DEBUG] Update changelog [DEBUG] BRANCH: NotSet, PULL_REQUEST:``

arif98741 commented 1 year ago

I want to mention your last release v1.2.2 solved the issue. Its generating changelog

BobAnkh commented 1 year ago

I want to mention your last release v1.2.2 solved the issue. Its generating changelog

Ok, glad to hear that.

I make a hotfix in new release v1.2.2 for bypassing the bug which might be helpful. If this works, I wonder if you can paste the log of the GA and your previous CHANGELOG?

What I really mean is that could you please provide the GA log of the success one with release v1.2.2 if possible? I have added more log on what causes the previous failure(it is some sentences in your previous changelog.md)

arif98741 commented 1 year ago

This is success log for v1.2.2 /usr/bin/docker run --name cd98f1b6fa3f0e5de4b43ae3fa62fefe6ab25_ebd698 --label 4cd98f --workdir /github/workspace --rm -e INPUT_REPO_NAME -e INPUT_ACCESS_TOKEN -e INPUT_PATH -e INPUT_COMMIT_MESSAGE -e INPUT_TYPE -e INPUT_BRANCH -e INPUT_PULL_REQUEST -e INPUT_COMMITTER -e INPUT_DEFAULT_SCOPE -e INPUT_SUPPRESS_UNSCOPED -e INPUT_UNRELEASED_COMMITS -e INPUT_REGENERATE_COUNT -e INPUT_REPLACE_EMPTY_RELEASE_INFO -e HOME -e GITHUB_JOB -e GITHUB_REF -e GITHUB_SHA -e GITHUB_REPOSITORY -e GITHUB_REPOSITORY_OWNER -e GITHUB_RUN_ID -e GITHUB_RUN_NUMBER -e GITHUB_RETENTION_DAYS -e GITHUB_RUN_ATTEMPT -e GITHUB_ACTOR -e GITHUB_TRIGGERING_ACTOR -e GITHUB_WORKFLOW -e GITHUB_HEAD_REF -e GITHUB_BASE_REF -e GITHUB_EVENT_NAME -e GITHUB_SERVER_URL -e GITHUB_API_URL -e GITHUB_GRAPHQL_URL -e GITHUB_REF_NAME -e GITHUB_REF_PROTECTED -e GITHUB_REF_TYPE -e GITHUB_WORKSPACE -e GITHUB_ACTION -e GITHUB_EVENT_PATH -e GITHUB_ACTION_REPOSITORY -e GITHUB_ACTION_REF -e GITHUB_PATH -e GITHUB_ENV -e GITHUB_STEP_SUMMARY -e RUNNER_OS -e RUNNER_ARCH -e RUNNER_NAME -e RUNNER_TOOL_CACHE -e RUNNER_TEMP -e RUNNER_WORKSPACE -e ACTIONS_RUNTIME_URL -e ACTIONS_RUNTIME_TOKEN -e ACTIONS_CACHE_URL -e GITHUB_ACTIONS=true -e CI=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/_temp/_runner_file_commands":"/github/file_commands" -v "/home/runner/work/decathlon-project/decathlon-project":"/github/workspace" 4cd98f:1b6fa3f0e5de4b43ae3fa62fefe6ab25 WARNING: The directory '/github/home/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag. Requirement already satisfied: pip in /usr/local/lib/python3.10/site-packages (22.0.4) Collecting pip Downloading pip-22.2-py3-none-any.whl (2.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 76.6 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /usr/local/lib/python3.10/site-packages (58.1.0) Collecting setuptools Downloading setuptools-63.2.0-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 179.7 MB/s eta 0:00:00 Requirement already satisfied: wheel in /usr/local/lib/python3.10/site-packages (0.37.1) Installing collected packages: setuptools, pip Attempting uninstall: setuptools Found existing installation: setuptools 58.1.0 Uninstalling setuptools-58.1.0: Successfully uninstalled setuptools-58.1.0 Attempting uninstall: pip Found existing installation: pip 22.0.4 Uninstalling pip-22.0.4: Successfully uninstalled pip-22.0.4 Successfully installed pip-22.2 setuptools-63.2.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv WARNING: The directory '/github/home/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag. Collecting PyGithub==1.55 Downloading PyGithub-1.55-py3-none-any.whl (291 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 291.7/291.7 kB 21.6 MB/s eta 0:00:00 Collecting PyYAML==6.0 Downloading PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (682 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 682.2/682.2 kB 109.8 MB/s eta 0:00:00 Collecting tqdm==4.64.0 Downloading tqdm-4.64.0-py2.py3-none-any.whl (78 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.4/78.4 kB [14](https://github.com/arif98741/decathlon-project/runs/7533280667?check_suite_focus=true#step:4:15)9.7 MB/s eta 0:00:00 Collecting pyjwt>=2.0 Downloading PyJWT-2.4.0-py3-none-any.whl (18 kB) Collecting pynacl>=1.4.0 Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.7/856.7 kB 191.8 MB/s eta 0:00:00 Collecting requests>=2.14.0 Downloading requests-2.28.1-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 172.2 MB/s eta 0:00:00 Collecting deprecated Downloading Deprecated-1.2.13-py2.py3-none-any.whl (9.6 kB) Collecting cffi>=1.4.1 Downloading cffi-1.[15](https://github.com/arif98741/decathlon-project/runs/7533280667?check_suite_focus=true#step:4:16).1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 441.8/441.8 kB 190.7 MB/s eta 0:00:00 Collecting certifi>=2017.4.17 Downloading certifi-2022.6.15-py3-none-any.whl ([16](https://github.com/arif98741/decathlon-project/runs/7533280667?check_suite_focus=true#step:4:17)0 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.2/160.2 kB 208.1 MB/s eta 0:00:00 Collecting charset-normalizer<3,>=2 Downloading charset_normalizer-2.1.0-py3-none-any.whl (39 kB) Collecting urllib3<1.27,>=1.21.1 Downloading urllib3-1.26.11-py2.py3-none-any.whl (139 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.9/139.9 kB 213.9 MB/s eta 0:00:00 Collecting idna<4,>=2.5 Downloading idna-3.3-py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 180.8 MB/s eta 0:00:00 Collecting wrapt<2,>=1.10 Downloading wrapt-1.14.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_[17](https://github.com/arif98741/decathlon-project/runs/7533280667?check_suite_focus=true#step:4:18)_x86_64.manylinux2014_x86_64.whl (77 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.9/77.9 kB 140.5 MB/s eta 0:00:00 Collecting pycparser Downloading pycparser-2.21-py2.py3-none-any.whl (1[18](https://github.com/arif98741/decathlon-project/runs/7533280667?check_suite_focus=true#step:4:19) kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 178.9 MB/s eta 0:00:00 Installing collected packages: wrapt, urllib3, tqdm, PyYAML, pyjwt, pycparser, idna, charset-normalizer, certifi, requests, deprecated, cffi, pynacl, PyGithub WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv Successfully installed PyGithub-1.55 PyYAML-6.0 certifi-[20](https://github.com/arif98741/decathlon-project/runs/7533280667?check_suite_focus=true#step:4:21)22.6.15 cffi-1.15.1 charset-normalizer-2.1.0 deprecated-1.2.13 idna-3.3 pycparser-2.[21](https://github.com/arif98741/decathlon-project/runs/7533280667?check_suite_focus=true#step:4:22) pyjwt-2.4.0 pynacl-1.5.0 requests-2.28.1 tqdm-4.64.0 urllib3-1.[26](https://github.com/arif98741/decathlon-project/runs/7533280667?check_suite_focus=true#step:4:27).11 wrapt-1.14.1 [WARN] This part is not in the correct format! Will ignore this part. [INFO] Regenerate releases: ['v0.0.1-dev'] [INFO] Update changelog [INFO] BRANCH: NotSet, PULL_REQUEST:

BobAnkh commented 1 year ago

Thank you ,get it!

Since the bug is fixed I will close the issue

github-actions[bot] commented 1 year ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue.