Skip to content

Commit f39a340

Browse files
committed
Delete NSConstraintLayoutSet.swift
Replace danger workflow
1 parent 24d3226 commit f39a340

2 files changed

Lines changed: 15 additions & 29 deletions

File tree

.github/workflows/danger.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/labeler.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Labeler
2+
on: [pull_request]
3+
4+
jobs:
5+
label:
6+
7+
runs-on: ubuntu-latest
8+
permissions:
9+
contents: read
10+
pull-requests: write
11+
12+
steps:
13+
- uses: actions/labeler@v4
14+
with:
15+
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)