From 9c30d637eabfb6eca070a105bd39bf9d177d423b Mon Sep 17 00:00:00 2001 From: Kevin F Date: Fri, 7 Jun 2024 14:10:04 +0200 Subject: [PATCH 1/2] add manage-issues workflow :green_heart: --- .github/workflows/manage-issues.yml | 31 +++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/workflows/manage-issues.yml diff --git a/.github/workflows/manage-issues.yml b/.github/workflows/manage-issues.yml new file mode 100644 index 0000000..2a0dc8f --- /dev/null +++ b/.github/workflows/manage-issues.yml @@ -0,0 +1,31 @@ +name: Manage issues + +on: + issues: + types: + - opened + - reopened + +jobs: + label_issues: + runs-on: ubuntu-latest + permissions: + issues: write + steps: + - run: gh issue edit "$NUMBER" --add-label "$LABELS" + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_REPO: ${{ github.repository }} + NUMBER: ${{ github.event.issue.number }} + LABELS: "Status: Needs Triage" + + add-to-project: + name: Add issue to project + runs-on: ubuntu-latest + steps: + - uses: actions/add-to-project@v1.0.1 + with: + # You can target a project in a different organization + # to the issue + project-url: https://github.com/orgs/nfdi4plants/projects/10 + github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} \ No newline at end of file From 3ba93efadde0aa73184d52bf38405f82d97ecfa5 Mon Sep 17 00:00:00 2001 From: Kevin F Date: Fri, 7 Jun 2024 14:13:20 +0200 Subject: [PATCH 2/2] Fix missing fable includes #90 --- src/FsSpreadsheet.Js/FsSpreadsheet.Js.fsproj | 63 +++++++++++--------- 1 file changed, 35 insertions(+), 28 deletions(-) diff --git a/src/FsSpreadsheet.Js/FsSpreadsheet.Js.fsproj b/src/FsSpreadsheet.Js/FsSpreadsheet.Js.fsproj index adbfd0d..e919a26 100644 --- a/src/FsSpreadsheet.Js/FsSpreadsheet.Js.fsproj +++ b/src/FsSpreadsheet.Js/FsSpreadsheet.Js.fsproj @@ -1,34 +1,34 @@  - - Kevin Frey, Heinrich Lukas Weil, Oliver Maus, Kevin Schneider, Timo Mühlhaus - Excel IO Extensions for the FsSpreadsheet Datamodel in js environments using exceljs. - Spreadsheet creation and manipulation in FSharp - MIT - logo.png - F# FSharp spreadsheet Excel xlsx datascience fable fable-library fable-javascript - https://github.com/CSBiology/FsSpreadsheet - git - + + Kevin Frey, Heinrich Lukas Weil, Oliver Maus, Kevin Schneider, Timo Mühlhaus + Excel IO Extensions for the FsSpreadsheet Datamodel in js environments using exceljs. + Spreadsheet creation and manipulation in FSharp + MIT + logo.png + F# FSharp spreadsheet Excel xlsx datascience fable fable-library fable-javascript + https://github.com/CSBiology/FsSpreadsheet + git + netstandard2.0 true - - - \ - true - - - - - - + + + \ + true + + + + + + - - + + @@ -36,15 +36,22 @@ + + + + + + + + - - - - - - + + + + +