-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* main: Fix for older iris versions (<3.10) (#431) Numpy 2 fix (#426) Bump scitools/workflows from 2024.09.9 to 2024.10.3 (#425) [pre-commit.ci] pre-commit autoupdate (#421) Fix load_regridder docstring (#404) Bump peter-evans/create-pull-request from 7.0.0 to 7.0.5 (#411) Bump scitools/workflows from 2024.09.2 to 2024.09.9 (#416) Updated environment lockfiles (#414) add zenodo badge, update LICENSE (#419) Authorise the pull request using the SciTools App token. (#418) remove references to SciTools-incubator (#417) Updated environment lockfiles (#393) Bump scitools/workflows from 2024.08.0 to 2024.09.2 (#400) Bump peter-evans/create-pull-request from 6.1.0 to 7.0.0 (#399)
- Loading branch information
Showing
18 changed files
with
775 additions
and
723 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 |
---|---|---|
|
@@ -13,12 +13,12 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
stale-issue-message: '@SciTools-incubator/esmf-regrid-devs This issue is stale due to a lack of activity in the last 180 days. Remove stale label or comment, otherwise this issue will close automatically in 14 days time.' | ||
stale-pr-message: '@SciTools-incubator/esmf-regrid-devs This pull-request is stale due to a lack of activity in the last 180 days. Remove stale label or comment, otherwise this pull-request will close automatically in 14 days time.' | ||
stale-issue-message: '@SciTools/esmf-regrid-devs This issue is stale due to a lack of activity in the last 180 days. Remove stale label or comment, otherwise this issue will close automatically in 14 days time.' | ||
stale-pr-message: '@SciTools/esmf-regrid-devs This pull-request is stale due to a lack of activity in the last 180 days. Remove stale label or comment, otherwise this pull-request will close automatically in 14 days time.' | ||
stale-issue-label: 'Stale: Closure warning' | ||
stale-pr-label: 'Stale: Closure warning' | ||
close-issue-message: '@SciTools-incubator/esmf-regrid-devs This stale issue has been automatically closed due to no community activity' | ||
close-pr-message: '@SciT@SciTools-incubator/esmf-regrid-devs This stale pull-request has been automatically closed due to no community activity' | ||
close-issue-message: '@SciTools/esmf-regrid-devs This stale issue has been automatically closed due to no community activity' | ||
close-pr-message: '@SciT@SciTools/esmf-regrid-devs This stale pull-request has been automatically closed due to no community activity' | ||
close-issue-label: 'Stale: Closed' | ||
close-pr-label: 'Stale: Closed' | ||
exempt-issue-labels: 'Status: Blocked,Status: Decision needed,Status: Needs info,Status: Stalled,Status: Will not fix,Status: Work in progress' | ||
|
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
Oops, something went wrong.