Skip to content

For "Issue has been labeled" events, subscriptions do not respect the "render-style" flag for the post size #16

For "Issue has been labeled" events, subscriptions do not respect the "render-style" flag for the post size

For "Issue has been labeled" events, subscriptions do not respect the "render-style" flag for the post size #16

Workflow file for this run

name: issue_add
on:
issues:
types:
- opened
permissions:
repository-projects: write
jobs:
add-to-project:
if: ${{ github.repository_owner == 'mattermost' }}
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: mattermost/github-app-installation-token-action@181cd1b8c94b158428c4facfe043d6e28c20be55
id: ghapp
with:
appId: "${{ vars.UNIFIED_CI_APP_ID }}"
installationId: "${{ vars.UNIFIED_CI_INSTALLATION_ID }}"
privateKey: ${{ secrets.UNIFIED_CI_PRIVATE_KEY }}
- uses: actions/add-to-project@31b3f3ccdc584546fc445612dec3f38ff5edb41c #v0.5.0
with:
project-url: https://github.com/orgs/mattermost/projects/9
github-token: ${{ steps.ghapp.outputs.token }}