Skip to content

Bump slackapi/slack-github-action from 2.1.0 to 2.1.1 in the github-actions group across 1 directory #370

Bump slackapi/slack-github-action from 2.1.0 to 2.1.1 in the github-actions group across 1 directory

Bump slackapi/slack-github-action from 2.1.0 to 2.1.1 in the github-actions group across 1 directory #370

Workflow file for this run

name: Backport to active branches
on:
pull_request_target:
types: [closed]
branches:
- main
permissions:
pull-requests: write
contents: read
jobs:
backport:
# Only run if the PR was merged (not just closed) and has one of the backport labels
if: |
github.event.pull_request.merged == true &&
contains(toJSON(github.event.pull_request.labels.*.name), 'backport-active-')
runs-on: ubuntu-latest
steps:
- uses: elastic/oblt-actions/github/backport-active@v1