File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
.github/actions/write-protection-docker-action Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ FROM python:3.10.11-slim-bullseye
2
2
3
3
RUN apt update && apt install -y git curl && apt clean \
4
4
&& pip install --upgrade pip virtualenv \
5
- && curl -sSL https://github.com/maxshine/personal-continuous-integrations/releases/download/v1.2.0 /customizable_continuous_integration-1.2.0 -py3-none-any.whl -o customizable_continuous_integration-1.2.0 -py3-none-any.whl \
6
- && pip install customizable_continuous_integration-1.2.0 -py3-none-any.whl \
7
- && rm customizable_continuous_integration-1.2.0 -py3-none-any.whl
5
+ && curl -sSL https://github.com/maxshine/personal-continuous-integrations/releases/download/v1.2.1 /customizable_continuous_integration-1.2.1 -py3-none-any.whl -o customizable_continuous_integration-1.2.1 -py3-none-any.whl \
6
+ && pip install customizable_continuous_integration-1.2.1 -py3-none-any.whl \
7
+ && rm customizable_continuous_integration-1.2.1 -py3-none-any.whl
8
8
9
9
COPY write-protection-pr.sh /usr/local/bin/
10
10
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ cross-forks check by adding the forked repository via the URL set by this parame
12
12
the difference of critical files between the current repository and thr forked repository.
13
13
8 . ` github-access-token ` : Optional. A Github auto token generated for action workflow
14
14
9 . ` github-repository-name ` : Optional. The repository full name used along with ` github-access-token ` to get repository
15
- administrative role collaborators used to be appended with the check's ` admin_list `
15
+ administrative and maintaining role collaborators used to be appended with the check's ` admin_list `
16
16
17
17
18
18
### Outputs
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " customizable_continuous_integration"
3
- version = " 1.2.0 "
3
+ version = " 1.2.1 "
4
4
description = " The CI automation project"
5
5
authors = [
" Ryan,Gao <[email protected] >" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments