Barazo lexicon schemas and TypeScript types barazo.forum
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #19 from barazo-forum/dependabot/github_actions/contributor-assistant/github-action-2.6.1

chore(deps): bump contributor-assistant/github-action from 2.5.2 to 2.6.1

authored by

Guido X Jansen and committed by
GitHub
c7b9485c a5ad2c98

+1 -1
+1 -1
.github/workflows/cla.yml
··· 17 17 steps: 18 18 - name: "CLA Assistant" 19 19 if: (github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA' || github.event_name == 'pull_request_target') 20 - uses: contributor-assistant/github-action@fdca7a016082d9130c3cd91a236ddf956ec35f1d # v2.5.2 20 + uses: contributor-assistant/github-action@ca4a40a7d1004f18d9960b404b97e5f30a505a08 # v2.6.1 21 21 env: 22 22 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 23 23 PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_BOT_TOKEN }}