Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdihadeli committed Jun 13, 2023
1 parent fd5ec20 commit 8db6a32
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
38 changes: 19 additions & 19 deletions pr-labeler.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# https://github.com/TimonVS/pr-labeler-action
name: PR Labeler
on:
pull_request:
types: [opened]

permissions:
contents: read

jobs:
pr-labeler:
permissions:
contents: read # for TimonVS/pr-labeler-action to read config file
pull-requests: write # for TimonVS/pr-labeler-action to add labels in PR
runs-on: ubuntu-latest
steps:
- uses: TimonVS/pr-labeler-action@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
# https://github.com/TimonVS/pr-labeler-action
name: PR Labeler
on:
pull_request:
types: [opened]

permissions:
contents: read

jobs:
pr-labeler:
permissions:
contents: read # for TimonVS/pr-labeler-action to read config file
pull-requests: write # for TimonVS/pr-labeler-action to add labels in PR
runs-on: ubuntu-latest
steps:
- uses: TimonVS/pr-labeler-action@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/pr-labeler.yml # optional, .github/pr-labeler.yml is the default value
30 changes: 15 additions & 15 deletions release-please.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# https://github.com/google-github-actions/release-please-action#how-release-please-works
# https://www.conventionalcommits.org/en/v1.0.0/
on:
push:
branches:
- main
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: go
package-name: release-please-action
# https://github.com/google-github-actions/release-please-action#how-release-please-works
# https://www.conventionalcommits.org/en/v1.0.0/
on:
push:
branches:
- main
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: go
package-name: release-please-action

0 comments on commit 8db6a32

Please sign in to comment.