From 8db6a32d0ee6f80f06f0c909fb8ccdb4b928525f Mon Sep 17 00:00:00 2001 From: mehdihadeli Date: Wed, 14 Jun 2023 01:59:35 +0330 Subject: [PATCH] . --- pr-labeler.yml | 38 +++++++++++++++++++------------------- release-please.yml | 30 +++++++++++++++--------------- 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/pr-labeler.yml b/pr-labeler.yml index 195dc986..345d0e59 100644 --- a/pr-labeler.yml +++ b/pr-labeler.yml @@ -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 \ No newline at end of file diff --git a/release-please.yml b/release-please.yml index aa7ea021..bd31072c 100644 --- a/release-please.yml +++ b/release-please.yml @@ -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