-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: restored several workflow files
List of files restored: .github/workflows/blockifier_ci.yml .github/workflows/blockifier_compiled_cairo.yml .github/workflows/clean_stale_prs.yml .github/workflows/lock_closed_prs.yml .github/workflows/main.yml .github/workflows/merge_paths_ci.yml .github/workflows/papyrus/helm-install.yml .github/workflows/papyrus_benchmark.yaml .github/workflows/papyrus_ci.yml .github/workflows/verify-deps.yml
- Loading branch information
1 parent
2cbd5dc
commit 425acc7
Showing
10 changed files
with
69 additions
and
71 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,26 +7,26 @@ on: | |
workflow_dispatch: | ||
|
||
jobs: | ||
# lock: | ||
name: 🔒 Lock closed issues and PRs | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: dessant/[email protected] | ||
with: | ||
github-token: ${{ github.token }} | ||
issue-lock-inactive-days: "30" | ||
issue-lock-reason: "" | ||
issue-comment: > | ||
Issue closed and locked due to lack of activity. | ||
If you encounter this same issue, please open a new issue and refer | ||
to this closed one. | ||
pr-lock-inactive-days: "1" | ||
pr-lock-reason: "" | ||
pr-comment: > | ||
Pull Request closed and locked due to lack of activity. | ||
If you'd like to build on this closed PR, you can clone it using | ||
this method: https://stackoverflow.com/a/14969986 | ||
Then open a new PR, referencing this closed PR in your message. | ||
lock: | ||
name: 🔒 Lock closed issues and PRs | ||
runs-on: starkware-ubuntu-latest-small | ||
steps: | ||
- uses: dessant/[email protected] | ||
with: | ||
github-token: ${{ github.token }} | ||
issue-lock-inactive-days: "30" | ||
issue-lock-reason: "" | ||
issue-comment: > | ||
Issue closed and locked due to lack of activity. | ||
If you encounter this same issue, please open a new issue and refer | ||
to this closed one. | ||
pr-lock-inactive-days: "1" | ||
pr-lock-reason: "" | ||
pr-comment: > | ||
Pull Request closed and locked due to lack of activity. | ||
If you'd like to build on this closed PR, you can clone it using | ||
this method: https://stackoverflow.com/a/14969986 | ||
Then open a new PR, referencing this closed PR in your message. |
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
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
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
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
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
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