Skip to content

Issue with xclim and dask repeating calculations endlessly #172

Issue with xclim and dask repeating calculations endlessly

Issue with xclim and dask repeating calculations endlessly #172

name: Add Issues to xclim Project
on:
issues:
types:
- opened
permissions:
contents: read
jobs:
add-to-project:
name: Add Issue to xclim Project
runs-on: ubuntu-latest
permissions:
repository-projects: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
api.github.com:443
- name: Generate App Token
id: token_generator
uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1.11.2
with:
app-id: ${{ secrets.OURANOS_HELPER_BOT_ID }}
private-key: ${{ secrets.OURANOS_HELPER_BOT_KEY }}
- name: Add Issue to xclim Project
uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2
with:
project-url: https://github.com/orgs/Ouranosinc/projects/6
github-token: ${{ steps.token_generator.outputs.token }}