We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would be better if I can setup labels for PR created by bot
name: Workflow Sync on: push: branches: - master env: DRY_RUN: false CUSTOM_LABEL: workflow_sync_bot REPOSITORIES: | WORKFLOW_FILES: | jobs: Github_Workflow_Sync: runs-on: ubuntu-latest steps: - name: Fetching Local Repository uses: actions/checkout@master - name: Running Workflow Sync uses: varunsridharan/action-github-workflow-sync@main with: DRY_RUN: ${{ env.DRY_RUN }} REPOSITORIES: ${{ env.REPOSITORIES }} WORKFLOW_FILES: ${{ env.WORKFLOW_FILES }} GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} CUSTOM_LABEL: ${{ env.CUSTOM_LABEL }}
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Would be better if I can setup labels for PR created by bot
The text was updated successfully, but these errors were encountered: