-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Long needed update of the main branch. Signed-off-by: Philipp Pracht <pp555@cam.ac.uk> Co-authored-by: Pit Steinbach <steinbach@pc.rwth-aachen.de> Co-authored-by: GereonFeldmann <126183817+GereonFeldmann@users.noreply.github.com> Co-authored-by: Christoph Bannwarth <bannwarth@pc.rwth-aachen.de> Co-authored-by: Felix Zeller <95427480+zellerf@users.noreply.github.com> Co-authored-by: Christoph Plett <82893466+cplett@users.noreply.github.com>
- Loading branch information
1 parent
02da018
commit c54b4ac
Showing
244 changed files
with
60,376 additions
and
28,541 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: "Close stale issues and PRs" | ||
|
||
on: | ||
schedule: | ||
# Every day at 00:00 | ||
- cron: "0 0 * * *" | ||
workflow_dispatch: | ||
|
||
jobs: | ||
stale: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/stale@v9.0.0 | ||
with: | ||
stale-issue-message: 'This issue had no activity for **6 months**. It will be closed in **1 week** unless there is some new activity.' | ||
stale-issue-label: 'stale' | ||
exempt-issue-labels: 'bug,enhancement' | ||
stale-pr-message: 'This pull request had no activity for **6 months**. It will be closed in **1 week** unless there is some new activity.' | ||
stale-pr-label: 'stale' | ||
days-before-stale: 180 | ||
days-before-close: 7 | ||
operations-per-run: 20 |
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 |
---|---|---|
|
@@ -6,3 +6,4 @@ build_majestix | |
build_commands | ||
_build* | ||
src/crest | ||
bin/ |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[submodule "subprojects/gfn0"] | ||
path = subprojects/gfn0 | ||
url = https://github.com/pprcht/gfn0.git | ||
branch = main | ||
[submodule "subprojects/toml-f"] | ||
path = subprojects/toml-f | ||
url = https://github.com/toml-f/toml-f.git | ||
branch = main | ||
[submodule "subprojects/gfnff"] | ||
path = subprojects/gfnff | ||
url = https://github.com/pprcht/gfnff.git | ||
branch = master | ||
[submodule "subprojects/tblite"] | ||
path = subprojects/tblite | ||
# url = https://github.com/tblite/tblite.git | ||
# branch = main | ||
url = https://github.com/pprcht/tblite.git | ||
branch = ompleak | ||
[submodule "subprojects/lwoniom"] | ||
path = subprojects/lwoniom | ||
url = https://github.com/crest-lab/lwoniom | ||
branch = main |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.