Skip to content

Bump eslint-plugin-unicorn from 60.0.0 to 61.0.2 (#27781) #1990

Bump eslint-plugin-unicorn from 60.0.0 to 61.0.2 (#27781)

Bump eslint-plugin-unicorn from 60.0.0 to 61.0.2 (#27781) #1990

Workflow file for this run

name: Release PR
on:
workflow_dispatch:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
concurrency:
group: ${{ github.workflow }}
jobs:
manage-release-pr:
if: github.repository == 'mdn/browser-compat-data' && github.actor != 'dependabot[bot]' && !startsWith(github.event.head_commit.message, 'Release v')
name: Manage release PR
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
with:
fetch-depth: 0
fetch-tags: true
token: ${{ secrets.GH_TOKEN }}
- name: Setup Node
uses: actions/setup-node@v5
with:
node-version-file: ".nvmrc"
package-manager-cache: false
registry-url: "https://registry.npmjs.org/"
- name: "Setup git"
run: |
git config user.email [email protected]
git config user.name mdn-bot
- name: Install
env:
# Temporary workaround to install lefthook hooks.
CI: ""
run: npm ci
- name: Release
run: npm run release