Skip to content

Bug: Hardcoded main branch in semifold-status.yaml generated by smif init #71

@Wsrsq

Description

@Wsrsq
smif init
> Which workspace resolvers to use? Rust
> Add default tags to config? Yes
> What is the base branch? master
> What is the release branch? release
> Write GitHub Actions workflows? Yes
name: Semifold Status
on:
  pull_request:
    branches: [main]

env:
  CLICOLOR_FORCE: 1

permissions:
  contents: write
  pull-requests: write
  issues: write

jobs:
  status:
    name: Status
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v5
      - name: Setup Semifold
        uses: noctisynth/setup-semifold@main
      - name: Semifold Status
        run: semifold status
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions