Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

chore(deps): bump tempfile from 3.5.0 to 3.6.0 #19

chore(deps): bump tempfile from 3.5.0 to 3.6.0

chore(deps): bump tempfile from 3.5.0 to 3.6.0 #19

name: 'Lint PR'
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
contents: read
jobs:
main:
permissions:
pull-requests: read # for amannn/action-semantic-pull-request to analyze PRs
statuses: write # for amannn/action-semantic-pull-request to mark status of analyzed PR
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@3bb5af3c0c8f5e85d328728c1ab68dd6cefd03af
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}