Skip to content

Commit

Permalink
Use shared workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasfrank committed Nov 9, 2023
1 parent b70e718 commit a76e76c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/shared.yml

This file was deleted.

15 changes: 15 additions & 0 deletions .github/workflows/size-label.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "Size Label"

on:
pull_request:
types:
- opened
- edited
- synchronize

jobs:
size-label:
permissions:
contents: read
pull-requests: write
uses: ironcore-dev/.github/.github/workflows/size-label.yml@main

0 comments on commit a76e76c

Please sign in to comment.