Sha256: 9b7cd58334da0aacaa4d9c6071cdcc9a3ef697da7f410142ece4939c67c70e8d
Contents?: true
Size: 900 Bytes
Versions: 1
Compression:
Stored size: 900 Bytes
Contents
name: Commands processor on: issue_comment: types: [created] jobs: process: name: Process command if: ${{ github.event.issue.pull_request && endsWith(github.repository, '-private') != true && startsWith(github.event.comment.body, format('@{0} ', ${{ secrets.CLEN_BOT }})) }} runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v3 - name: Checkout release actions uses: actions/checkout@v3 with: repository: pubnub/client-engineering-deployment-tools ref: v1 token: ${{ secrets.GH_TOKEN }} path: .github/.release/actions - name: Process changelog entries uses: ./.github/.release/actions/actions/commands with: token: ${{ secrets.GH_TOKEN }} listener: ${{ secrets.CLEN_BOT }} jira-api-key: ${{ secrets.JIRA_API_KEY }}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pubnub-5.2.1 | .github/workflows/commands-handler.yml |