Sha256: f269d32acac1c77972118903035e06217cf2eff24bbaa56787a17a1fbe9ae241

Contents?: true

Size: 365 Bytes

Versions: 12

Compression:

Stored size: 365 Bytes

Contents

name: Add new issues to project tracker

on:
  issues:
    types:
      - opened

jobs:
  add-to-project:
    name: Add issue to project
    runs-on: ubuntu-latest
    steps:
      - uses: actions/add-to-project@main
        with:
          project-url: https://github.com/orgs/applandinc/projects/15
          github-token: ${{ secrets.ADD_TO_PROJECT_BOARD_PAT }}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
appmap-0.92.0 .github/workflows/main.yml
appmap-0.91.0 .github/workflows/main.yml
appmap-0.90.1 .github/workflows/main.yml
appmap-0.90.0 .github/workflows/main.yml
appmap-0.89.0 .github/workflows/main.yml
appmap-0.88.0 .github/workflows/main.yml
appmap-0.87.0 .github/workflows/main.yml
appmap-0.86.0 .github/workflows/main.yml
appmap-0.85.0 .github/workflows/main.yml
appmap-0.84.0 .github/workflows/main.yml
appmap-0.83.6 .github/workflows/main.yml
appmap-0.83.5 .github/workflows/main.yml