L7 3.0 device Raster 数据纹理和Rgb 纹理不能正常显示 #183
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Add Assigness | |
on: | |
issues: | |
types: [opened, edited] | |
jobs: | |
add-assigness: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Add assigness | |
uses: actions-cool/issues-helper@v3 | |
with: | |
actions: 'add-assignees' | |
token: ${{ secrets.GITHUB_TOKEN }} | |
issue-number: ${{ github.event.issue.number }} | |
assignees: 'lzxue,heiyexing,lvise' | |
random-to: 1 |