Scripts and Actions to interact with GitHub
For reading/writing issues and triggering workflows, the token needs the following permissions to whatever repositor/ies you want to interact with, placing it in the .env file:
- Actions: Read and Write
- Issues: Read and Write
- Pull Requests: Read and Write
- Metatadata: Read-only (required by token)
To create the list of Calcite team members with their open issues in the current milestone, run the following commands:
bun install && bun run team-list