Skip to content

Release 1.8.0

Release 1.8.0 #7

Workflow file for this run

name: Triage
on:
pull_request:
types:
- opened
issues:
types:
- opened
jobs:
add_to_project:
name: Prepare issue or PR for triage
runs-on: ubuntu-latest
steps:
- name: get app token
id: get-app-token
uses: labdigital-main/action-gh-app-token@main
with:
app-id: ${{ secrets.RD_APP_ID }}
private-key: ${{ secrets.RD_APP_PRIVATE_KEY }}
installation-id: ${{ secrets.RD_APP_INSTALLATION_ID }}
- name: set to project board
uses: actions/[email protected]
with:
project-url: https://github.com/orgs/labd/projects/3
github-token: ${{ steps.get-app-token.outputs.app-token }}