The builtin concurrency functionality for the workflows will cancel a pending job if there is another job from the same workflow running. For the pr-subscriber job, this means that if multiple labels are added at the same time, then some of the pr-subscriber jobs will be cancelled and the PR will not have all the necessary mentions.
9 lines
344 B
Plaintext
9 lines
344 B
Plaintext
# Convert this file into a requirements.txt file by running:
|
|
#
|
|
# pip install pip-tools
|
|
# pip-compile -o requirements.txt requirements.txt.in
|
|
|
|
certifi>=2023.7.22 # https://security.snyk.io/vuln/SNYK-PYTHON-CERTIFI-5805047
|
|
PyGithub==1.59.1 # For WorkflowRun.name
|
|
GitPython>=3.1.32 # https://security.snyk.io/vuln/SNYK-PYTHON-GITPYTHON-5840584
|