Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 11 additions & 9 deletions .github/workflows/triage-prs-to-board.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ on:

jobs:
pr-triage:
uses: 'yuvipanda/pr-triage-board-bot/.github/workflows/reusable-pr-triage.yml@main'
with:
organization: 'geojupyter'
project-number: '3'
gh-app-id: '1943749'
gh-installation-id: '85628873'
repositories: 'jupytergis'
secrets:
gh-app-private-key: '${{ secrets.GH_APP_PRIVATE_KEY }}'
runs-on: 'ubuntu-latest'
steps:
- name: 'Run PR Triage Bot'
uses: 'yuvipanda/pr-triage-board-bot@c350212c2bba8a47cc2b07e7ce40fd6748b6beef'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jasongrout time to hash-pin or no? :)

Copy link
Contributor

@jasongrout jasongrout Sep 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I was thinking I was going to get that question :).

Of the existing issues, I don't have immediate plans to work on anything more right now. Except maybe readme updates based on people's experiences using the action. So sure!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh nice, the hash ends in "beef"!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed that too 😆 I love hashes with fun patterns in them 😆

with:
organization: 'geojupyter'
project-number: '3'
gh-app-id: '1943749'
gh-installation-id: '85628873'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I updated this to gh-app-installation-id to be more consistent with the other gh-app-* fields

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll get that in the next PR :) Thanks!

repositories: 'jupytergis'
gh-app-private-key: '${{ secrets.GH_APP_PRIVATE_KEY }}'
Loading