Sha256: a766c0682ef31e52cdb16f318186fc8f013e511531085aaf86ac5a653f18eead
Contents?: true
Size: 576 Bytes
Versions: 93
Compression:
Stored size: 576 Bytes
Contents
name: Automatically add new Issues to Silversmith's GitHub project board # https://github.com/orgs/simplybusiness/projects/3 # New issues in this repository will be added to the board. on: issues: types: [ opened, reopened ] jobs: track_issues: uses: simplybusiness/github-action-reusable-workflows/.github/workflows/project-board.yaml@master with: pr-id: ${{ github.event.issue.node_id }} project-number: 3 org: simplybusiness actor: ${{ github.actor }} secrets: github-token: ${{ secrets.SILVERSMITHS_PROJECT_MANAGEMENT }}
Version data entries
93 entries across 93 versions & 3 rubygems