Skip to content

Commit

Permalink
fix: dependabot workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrgm committed Dec 13, 2023
1 parent dc285fd commit e1c1d00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
---
name: automerge

"on":
workflow_dispatch:
pull_request:
branches:
- main
on: pull_request_target

permissions:
contents: write
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ permissions:
jobs:
container:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}

strategy:
matrix:
Expand Down Expand Up @@ -120,12 +121,6 @@ jobs:
if: github.event_name != 'pull_request'

steps:
- name: GitHub App Token
uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}

- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
description = "structuresmith";
description = "pr-size-labeler-action";

inputs =
{
Expand Down

0 comments on commit e1c1d00

Please sign in to comment.