Skip to content

chore(deps): bump the actions-deps group with 2 updates #218

chore(deps): bump the actions-deps group with 2 updates

chore(deps): bump the actions-deps group with 2 updates #218

Workflow file for this run

name: Automation
on:
pull_request:
types:
- opened
- ready_for_review
- reopened
- synchronize
workflow_dispatch:
permissions:
contents: read
pull-requests: write
jobs:
automation:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Add Jira issue type as label
uses: ./
if: ${{ github.actor != 'dependabot[bot]' }}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
jira-base-url: ${{ secrets.JIRA_BASE_URL }}
jira-username: ${{ secrets.JIRA_USERNAME }}
jira-token: ${{ secrets.JIRA_ACCESS_TOKEN }}
jira-project-key: CTR
- uses: toshimaru/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"