Skip to content

[deps] bump quinn-proto from 0.11.14 to 0.11.16 in the cargo group across 1 directory #879

[deps] bump quinn-proto from 0.11.14 to 0.11.16 in the cargo group across 1 directory

[deps] bump quinn-proto from 0.11.14 to 0.11.16 in the cargo group across 1 directory #879

Workflow file for this run

# SPDX-License-Identifier: MIT OR Apache-2.0
# Copyright 2026 harpertoken
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: PR Title
on:
pull_request_target:
types: [opened, reopened, synchronize, edited]
branches:
- main
jobs:
fix-pr-title:
name: PR Title
if: github.repository_owner == 'harpertoken' && github.event.pull_request.head.repo.fork == false
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- id: app-token
name: Create Harper app token
uses: actions/create-github-app-token@v2
with:
app-id: ${{ secrets.HARPER_APP_ID }}
private-key: ${{ secrets.HARPER_APP_PRIVATE_KEY }}
permission-pull-requests: write
- uses: libnudget/title@v1
with:
token: ${{ steps.app-token.outputs.token }}